[Scummvm-cvs-logs] SF.net SVN: scummvm: [28553] scummvm/trunk/engines/lure/surface.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sun Aug 12 13:39:03 CEST 2007
Revision: 28553
http://scummvm.svn.sourceforge.net/scummvm/?rev=28553&view=rev
Author: eriktorbjorn
Date: 2007-08-12 04:39:02 -0700 (Sun, 12 Aug 2007)
Log Message:
-----------
Fixed warning.
Modified Paths:
--------------
scummvm/trunk/engines/lure/surface.cpp
Modified: scummvm/trunk/engines/lure/surface.cpp
===================================================================
--- scummvm/trunk/engines/lure/surface.cpp 2007-08-12 11:19:01 UTC (rev 28552)
+++ scummvm/trunk/engines/lure/surface.cpp 2007-08-12 11:39:02 UTC (rev 28553)
@@ -793,9 +793,9 @@
};
RestartRecord buttonBounds[] = {
- {EN_ANY, 48, 14, 118, 152, 168, 152},
- {DE_DEU, 48, 14, 106, 152, 168, 152},
- {UNK_LANG, 48, 14, 112, 152, 168, 152}
+ { EN_ANY, 48, 14, { 118, 152 }, { 168, 152 } },
+ { DE_DEU, 48, 14, { 106, 152 }, { 168, 152 } },
+ { UNK_LANG, 48, 14, { 112, 152 }, { 168, 152 } }
};
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