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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Aug 30 17:08:27 CEST 2009


Revision: 43825
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43825&view=rev
Author:   thebluegr
Date:     2009-08-30 15:08:27 +0000 (Sun, 30 Aug 2009)

Log Message:
-----------
Fixed a regression in the sound of the demos of LSL3 and LSL5

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-08-30 14:53:58 UTC (rev 43824)
+++ scummvm/trunk/engines/sci/engine/static_selectors.cpp	2009-08-30 15:08:27 UTC (rev 43825)
@@ -47,7 +47,7 @@
           "color",       "back",     "mode",     "style",      "state", // 25 - 29
            "font",       "type",   "window",    "cursor",        "max", // 30 - 34
            "mark",        "who",  "message",      "edit",       "play", // 35 - 39
-         "number",    "nodePtr",   "client",        "dx",         "dy", // 40 - 44
+         "number",     "handle",   "client",        "dx",         "dy", // 40 - 44
       "b-moveCnt",       "b-i1",     "b-i2",      "b-di",    "b-xAxis", // 45 - 49
          "b-incr",      "xStep",    "yStep", "moveSpeed",  "canBeHere", // 50 - 54
         "heading",      "mover",     "doit", "isBlocked",     "looper", // 55 - 59


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