diff -r 2c0f76090372 -r f08abacb46c9 commands.cxx --- 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;