[Scummvm-cvs-logs] SF.net SVN: scummvm: [28533] scummvm/trunk/engines/parallaction/ parallaction_br.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Aug 11 21:35:27 CEST 2007


Revision: 28533
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28533&view=rev
Author:   eriktorbjorn
Date:     2007-08-11 12:35:27 -0700 (Sat, 11 Aug 2007)

Log Message:
-----------
Fixed warning.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction_br.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction_br.cpp	2007-08-11 19:34:46 UTC (rev 28532)
+++ scummvm/trunk/engines/parallaction/parallaction_br.cpp	2007-08-11 19:35:27 UTC (rev 28533)
@@ -133,7 +133,7 @@
 
 	Graphics::Surface	_menuItems[7];
 
-	char *menuStrings[7] = {
+	const char *menuStrings[7] = {
 		"SEE INTRO",
 		"NEW GAME",
 		"SAVED GAME",


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