aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/ghostroom.h
diff options
context:
space:
mode:
authoruruk2014-02-09 12:38:40 +0100
committeruruk2014-02-09 12:38:49 +0100
commit3e8e91300cc29e00f94af61b590fd20f1632cf42 (patch)
tree35fd69f0ba9403f3968832ba7ce6c4ca13a88b24 /engines/avalanche/ghostroom.h
parentc97ce839fd5c4a169d0f9f8c5ab99abb17aef9f3 (diff)
downloadscummvm-rg350-3e8e91300cc29e00f94af61b590fd20f1632cf42.tar.gz
scummvm-rg350-3e8e91300cc29e00f94af61b590fd20f1632cf42.tar.bz2
scummvm-rg350-3e8e91300cc29e00f94af61b590fd20f1632cf42.zip
AVALANCHE: Optimise the picture loading in GhostRoom.
Diffstat (limited to 'engines/avalanche/ghostroom.h')
-rw-r--r--engines/avalanche/ghostroom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/ghostroom.h b/engines/avalanche/ghostroom.h
index b4a2b28cd5..b4917d8cb4 100644
--- a/engines/avalanche/ghostroom.h
+++ b/engines/avalanche/ghostroom.h
@@ -75,6 +75,7 @@ private:
int16 _greldetX, _greldetY;
byte _greldetCount;
bool _redGreldet;
+ bool _wasLoaded;
void loadPictures();
void wait(uint16 howLong);