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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Tue Aug 14 18:39:26 CEST 2007


Revision: 28619
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28619&view=rev
Author:   peres001
Date:     2007-08-14 09:39:25 -0700 (Tue, 14 Aug 2007)

Log Message:
-----------
Fixed a couple of mistyped strings, solving a crash in the introduction of BS and a soon-to-be-spotted issue in BRA.

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

Modified: scummvm/trunk/engines/parallaction/staticres.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/staticres.cpp	2007-08-14 14:40:11 UTC (rev 28618)
+++ scummvm/trunk/engines/parallaction/staticres.cpp	2007-08-14 16:39:25 UTC (rev 28619)
@@ -424,7 +424,7 @@
 	"leave",
 	"inc",
 	"dec",
-	"text",
+	"test",
 	"dummy",
 	"dummy",
 	"let",
@@ -525,7 +525,7 @@
 	CALLABLE_NS(_c_startMusic),
 	CALLABLE_NS(_c_closeMusic),
 	CALLABLE_NS(_c_fade),
-	CALLABLE_NS(_c_play_boogie),
+	CALLABLE_NS(_c_HBOn),
 	CALLABLE_NS(_c_moveSarc),
 	CALLABLE_NS(_c_contaFoglie),
 	CALLABLE_NS(_c_zeroFoglie),


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