commands.cxx

changeset 11
f08abacb46c9
parent 10
2c0f76090372
child 12
1bdbfcca2fc6
--- a/commands.cxx	Sat Jul 14 15:44:38 2012 +0300
+++ b/commands.cxx	Sat Jul 14 15:58:50 2012 +0300
@@ -51,7 +51,6 @@
 
 void ReadCommands () {
 	ScriptReader* r = new ScriptReader ((char*)"commands.def");
-	r->extdelimeters = true;
 	g_CommDef = NULL;
 	CommandDef* curdef = g_CommDef;
 	unsigned int numCommDefs = 0; 

mercurial