variables.cxx

changeset 32
d11a034aabfd
parent 24
7dcc8419dbdb
child 36
a8838b5f1213
--- a/variables.cxx	Mon Jul 16 04:33:09 2012 +0300
+++ b/variables.cxx	Mon Jul 16 16:15:16 2012 +0300
@@ -88,11 +88,13 @@
 	return g;
 }
 
-/*void AssignScriptVariable (ScriptReader* r, str name, str value) {
+/*
+void AssignScriptVariable (ScriptReader* r, str name, str value) {
 	ScriptVar* g = FindScriptVariable (name);
 	if (!g)
 		r->ParserError ("global variable %s not declared", name.chars());
-}*/
+}
+*/
 
 // Find a global variable by name
 ScriptVar* FindGlobalVariable (str name) {

mercurial