aboutsummaryrefslogtreecommitdiff
path: root/kyra/sprites.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-12-22 01:49:59 +0000
committerJohannes Schickel2005-12-22 01:49:59 +0000
commitd468c48bdaafcd15cc808115ecc9991d11f44c76 (patch)
tree729b79073457ea0ad89b18e2e9a9a159683062a3 /kyra/sprites.h
parentca03d5a3e4804aa011911349ceb68737092824e5 (diff)
downloadscummvm-rg350-d468c48bdaafcd15cc808115ecc9991d11f44c76.tar.gz
scummvm-rg350-d468c48bdaafcd15cc808115ecc9991d11f44c76.tar.bz2
scummvm-rg350-d468c48bdaafcd15cc808115ecc9991d11f44c76.zip
Fixed bug with an endless loop while clicking on herman after giving him the saw.
svn-id: r19827
Diffstat (limited to 'kyra/sprites.h')
-rw-r--r--kyra/sprites.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kyra/sprites.h b/kyra/sprites.h
index e559cdad5c..81405e7cee 100644
--- a/kyra/sprites.h
+++ b/kyra/sprites.h
@@ -74,6 +74,7 @@ public:
int getDrawLayer(int y);
+ int _sceneAnimatorBeaconFlag;
protected:
void freeSceneShapes();