aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/pal.cpp
diff options
context:
space:
mode:
authorChris Apers2007-02-18 12:21:25 +0000
committerChris Apers2007-02-18 12:21:25 +0000
commit227d83ea6e0e26f28c0e8a15042b19dff5931802 (patch)
tree8902c37b0b58a1e8ae14b4cb4b3040b95924c8c1 /engines/cine/pal.cpp
parent2bb012701a5791be0f9a6e98c4aad144125cb274 (diff)
downloadscummvm-rg350-227d83ea6e0e26f28c0e8a15042b19dff5931802.tar.gz
scummvm-rg350-227d83ea6e0e26f28c0e8a15042b19dff5931802.tar.bz2
scummvm-rg350-227d83ea6e0e26f28c0e8a15042b19dff5931802.zip
Bad hack to make this engine works on PalmOS (compiler still seems to hate some global objects)
svn-id: r25684
Diffstat (limited to 'engines/cine/pal.cpp')
-rw-r--r--engines/cine/pal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/pal.cpp b/engines/cine/pal.cpp
index eee9717b5b..6d3845ad78 100644
--- a/engines/cine/pal.cpp
+++ b/engines/cine/pal.cpp
@@ -34,7 +34,7 @@ byte palette256[256 * 3];
uint16 palEntriesCount;
-Common::File palFileHandle;
+Common::File *palFileHandleP = NULL;
PalEntry *palPtr;