[Scummvm-cvs-logs] SF.net SVN: scummvm:[48723] scummvm/branches/branch-1-1-0/engines/draci
spalek at users.sourceforge.net
spalek at users.sourceforge.net
Mon Apr 19 18:40:22 CEST 2010
Revision: 48723
http://scummvm.svn.sourceforge.net/scummvm/?rev=48723&view=rev
Author: spalek
Date: 2010-04-19 16:40:22 +0000 (Mon, 19 Apr 2010)
Log Message:
-----------
Fix static initialization
Modified Paths:
--------------
scummvm/branches/branch-1-1-0/engines/draci/game.cpp
Property Changed:
----------------
scummvm/branches/branch-1-1-0/engines/draci/script.cpp
scummvm/branches/branch-1-1-0/engines/draci/script.h
Modified: scummvm/branches/branch-1-1-0/engines/draci/game.cpp
===================================================================
--- scummvm/branches/branch-1-1-0/engines/draci/game.cpp 2010-04-19 16:38:41 UTC (rev 48722)
+++ scummvm/branches/branch-1-1-0/engines/draci/game.cpp 2010-04-19 16:40:22 UTC (rev 48723)
@@ -41,7 +41,7 @@
namespace Draci {
-static const Common::String dialoguePath("ROZH");
+static const char *dialoguePath = "ROZH";
static double real_to_double(byte real[6]);
Property changes on: scummvm/branches/branch-1-1-0/engines/draci/script.cpp
___________________________________________________________________
Modified: svn:mergeinfo
- /scummvm/trunk/engines/draci/script.cpp:48460,48462,48615
+ /scummvm/trunk/engines/draci/script.cpp:48460,48462,48615,48722
Property changes on: scummvm/branches/branch-1-1-0/engines/draci/script.h
___________________________________________________________________
Modified: svn:mergeinfo
- /scummvm/trunk/engines/draci/script.h:48460,48462,48615
+ /scummvm/trunk/engines/draci/script.h:48460,48462,48615,48722
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list