[Scummvm-cvs-logs] SF.net SVN: scummvm:[48598] scummvm/trunk/engines/lure/res_struct.cpp

salty-horse at users.sourceforge.net salty-horse at users.sourceforge.net
Fri Apr 9 15:46:10 CEST 2010


Revision: 48598
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48598&view=rev
Author:   salty-horse
Date:     2010-04-09 13:46:10 +0000 (Fri, 09 Apr 2010)

Log Message:
-----------
Remove unnecessary 'extern' keywords

Modified Paths:
--------------
    scummvm/trunk/engines/lure/res_struct.cpp

Modified: scummvm/trunk/engines/lure/res_struct.cpp
===================================================================
--- scummvm/trunk/engines/lure/res_struct.cpp	2010-04-09 13:10:33 UTC (rev 48597)
+++ scummvm/trunk/engines/lure/res_struct.cpp	2010-04-09 13:46:10 UTC (rev 48598)
@@ -32,7 +32,7 @@
 
 namespace Lure {
 
-extern const int actionNumParams[NPC_JUMP_ADDRESS+1] = {0,
+const int actionNumParams[NPC_JUMP_ADDRESS+1] = {0,
 	1, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 2, 0, 1,
 	0, 1, 1, 1, 1, 0, 0, 2, 1, 1, 0, 0, 1, 1, 2, 2, 5, 2, 2, 1};
 
@@ -68,7 +68,7 @@
 		&ewanExtraGraphic1[0], &ewanExtraGraphic2[0]}, 16, NULL}
 };
 
-extern const RoomTranslationRecord roomTranslations[] = {
+const RoomTranslationRecord roomTranslations[] = {
 	{0x1E, 0x13}, {0x07, 0x08}, {0x1C, 0x12}, {0x26, 0x0F},
 	{0x27, 0x0F}, {0x28, 0x0F}, {0x29, 0x0F}, {0x22, 0x0A},
 	{0x23, 0x13}, {0x24, 0x14}, {0x31, 0x2C}, {0x2F, 0x2C},


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