commands.cxx

changeset 16
393359908179
parent 12
1bdbfcca2fc6
child 17
b4fcc69e426a
--- a/commands.cxx	Sat Jul 14 16:31:21 2012 +0300
+++ b/commands.cxx	Sat Jul 14 17:24:21 2012 +0300
@@ -50,7 +50,7 @@
 CommandDef* g_CommDef;
 
 void ReadCommands () {
-	ScriptReader* r = new ScriptReader ((char*)"commands.def");
+	ScriptReader* r = new ScriptReader ("commands.def");
 	g_CommDef = NULL;
 	CommandDef* curdef = g_CommDef;
 	unsigned int numCommDefs = 0; 

mercurial