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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Aug 29 08:03:56 CEST 2009


Revision: 43786
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43786&view=rev
Author:   lordhoto
Date:     2009-08-29 06:03:56 +0000 (Sat, 29 Aug 2009)

Log Message:
-----------
- Added static and const to static data.
- Slight formatting fixes.

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-29 01:20:13 UTC (rev 43785)
+++ scummvm/trunk/engines/sci/engine/static_selectors.cpp	2009-08-29 06:03:56 UTC (rev 43786)
@@ -38,14 +38,14 @@
 const int handleIndex = 41;
 const int canBeHereIndex = 54;
 
-const char *selectorNamesFirstPart[] = {
-	        "y",            "x",     "view",      "loop",        "cel",	//  0 -  4
-	  "underBits",      "nsTop",   "nsLeft",  "nsBottom",    "nsRight", //  5 -  9
-	      "lsTop",     "lsLeft", "lsBottom",   "lsRight",     "signal", // 10 - 14
-	"illegalBits",      "brTop",   "brLeft",  "brBottom",    "brRight", // 15 - 19
-	       "name",        "key",     "time",      "text",   "elements", // 20 - 24
-		  "color",       "back",     "mode",     "style",      "state", // 25 - 29
-		   "font",       "type",   "window",    "cursor",        "max", // 30 - 34
+static const char * const selectorNamesFirstPart[] = {
+              "y",          "x",     "view",      "loop",        "cel", //  0 -  4
+      "underBits",      "nsTop",   "nsLeft",  "nsBottom",    "nsRight", //  5 -  9
+          "lsTop",     "lsLeft", "lsBottom",   "lsRight",     "signal", // 10 - 14
+    "illegalBits",      "brTop",   "brLeft",  "brBottom",    "brRight", // 15 - 19
+           "name",        "key",     "time",      "text",   "elements", // 20 - 25
+          "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
       "b-moveCnt",       "b-i1",     "b-i2",      "b-di",    "b-xAxis", // 45 - 49


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