aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
authorChris Apers2006-11-04 17:44:11 +0000
committerChris Apers2006-11-04 17:44:11 +0000
commit67f6ea16fde8be3d38aec7c8feae8e28913c8d9b (patch)
treeebe4e37b791ff02b59effa2d79296040175159d3 /engines/touche/touche.h
parent4e63968994aec8d402f41733686002e77d906647 (diff)
downloadscummvm-rg350-67f6ea16fde8be3d38aec7c8feae8e28913c8d9b.tar.gz
scummvm-rg350-67f6ea16fde8be3d38aec7c8feae8e28913c8d9b.tar.bz2
scummvm-rg350-67f6ea16fde8be3d38aec7c8feae8e28913c8d9b.zip
Fixed zero filled Rect with PalmOS compiler
svn-id: r24606
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r--engines/touche/touche.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index 65b196aff6..c2076f68a2 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* $URL$
- * $Id: $
+ * $Id$
*
*/
@@ -732,10 +732,12 @@ protected:
static SpriteData _spritesTable[NUM_SPRITES];
static const uint8 _directionsTable[];
static char _saveLoadDescriptionsTable[10][33];
- static const Common::Rect _inventoryAreasTable[13];
const OpcodeProc *_opcodesTable;
+ const Common::Rect *_inventoryAreasTable;
void setupOpcodes();
+ void setupRect();
+ void setupUIRect();
};
/*