[Scummvm-cvs-logs] SF.net SVN: scummvm: [20832] scummvm/trunk/base/main.cpp
aquadran at users.sourceforge.net
aquadran at users.sourceforge.net
Thu Feb 23 10:15:01 CET 2006
Revision: 20832
Author: aquadran
Date: 2006-02-23 10:14:41 -0800 (Thu, 23 Feb 2006)
ViewCVS: http://svn.sourceforge.net/scummvm?rev=20832&view=rev
Log Message:
-----------
fixed error for msvc7, it didn't find func without Common namespace
Modified Paths:
--------------
scummvm/trunk/base/main.cpp
Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp 2006-02-23 18:11:22 UTC (rev 20831)
+++ scummvm/trunk/base/main.cpp 2006-02-23 18:14:41 UTC (rev 20832)
@@ -286,7 +286,7 @@
}
// Now the engine should've set up all debug levels so we can use the command line arugments here
- enableSpecialDebugLevelList(edebuglevels);
+ Common::enableSpecialDebugLevelList(edebuglevels);
// Set the window caption to the game name
Common::String caption(ConfMan.get("description", detector._targetName));
More information about the Scummvm-git-logs
mailing list