aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/various.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/various.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/various.cpp')
-rw-r--r--engines/cine/various.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/various.cpp b/engines/cine/various.cpp
index d6805c2ec4..c892e07ef7 100644
--- a/engines/cine/various.cpp
+++ b/engines/cine/various.cpp
@@ -60,7 +60,7 @@ void blitRawScreen(byte *frontBuffer) {
gfxFlipRawPage(frontBuffer);
}
-Common::File partFileHandle;
+Common::File *partFileHandleP = NULL;
void waitPlayerInput(void) {
}