aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gamesys.h
diff options
context:
space:
mode:
authorsylvaintv2016-05-29 23:16:28 +0200
committersylvaintv2016-05-29 23:16:28 +0200
commit05ebbd88a6f7bf7f01f899d9f5aad2519ddfa154 (patch)
treebe091e67a17bc971649e177da75497c651ec027a /engines/gnap/gamesys.h
parent2c96073650013f982bf4e550fd32e45bfa9be0c3 (diff)
downloadscummvm-rg350-05ebbd88a6f7bf7f01f899d9f5aad2519ddfa154.tar.gz
scummvm-rg350-05ebbd88a6f7bf7f01f899d9f5aad2519ddfa154.tar.bz2
scummvm-rg350-05ebbd88a6f7bf7f01f899d9f5aad2519ddfa154.zip
GNAP: Fix waitForUpdate behavior
Diffstat (limited to 'engines/gnap/gamesys.h')
-rw-r--r--engines/gnap/gamesys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gnap/gamesys.h b/engines/gnap/gamesys.h
index 98014f1bac..b9752bde06 100644
--- a/engines/gnap/gamesys.h
+++ b/engines/gnap/gamesys.h
@@ -167,6 +167,8 @@ public:
int _backgroundImageValue4, _backgroundImageValue2;
int32 _gameSysClock, _lastUpdateClock;
+ bool _animationsDone;
+
Graphics::Surface *_backgroundSurface;
Graphics::Surface *_frontSurface;