[Scummvm-cvs-logs] SF.net SVN: scummvm:[44443] scummvm/trunk/engines/sci/engine/ static_selectors.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Sep 28 11:09:16 CEST 2009


Revision: 44443
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44443&view=rev
Author:   thebluegr
Date:     2009-09-28 09:09:15 +0000 (Mon, 28 Sep 2009)

Log Message:
-----------
Added topString to the list of static selectors, for commit #44429

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/static_selectors.cpp

Modified: scummvm/trunk/engines/sci/engine/static_selectors.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/static_selectors.cpp	2009-09-28 09:05:29 UTC (rev 44442)
+++ scummvm/trunk/engines/sci/engine/static_selectors.cpp	2009-09-28 09:09:15 UTC (rev 44443)
@@ -71,7 +71,7 @@
 
 // Taken from Leisure Suit Larry 1 VGA (Full Game)
 static const SelectorRemap sci1SelectorRemap[] = {
-	{      "nodePtr",  44 }, {   "cantBeHere",  57 },
+	{      "nodePtr",  44 }, {   "cantBeHere",  57 }, {    "topString", 101 },
 	{        "flags", 102 }, {         "init", 104 }, {      "dispose", 105 },
 	{       "caller", 134 }, {          "cue", 136 }, {        "owner", 150 },
 	{       "setVol", 156 }, {    "setCursor", 183 }, {    "completed", 210 },
@@ -81,7 +81,7 @@
 
 // Taken from KQ6 floppy (Full Game)
 static const SelectorRemap sci11SelectorRemap[] = {
-	{      "nodePtr",  41 }, {   "cantBeHere",  54 },
+	{      "nodePtr",  41 }, {   "cantBeHere",  54 }, {     "topString", 98 },
 	{        "flags",  99 }, {         "init", 110 }, {      "dispose", 111 },
 	{       "caller", 143 }, {          "cue", 145 }, {        "owner", 166 },
 	{       "setVol", 172 }, {    "setCursor", 197 }, {    "completed", 242 },


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