aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_query.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-28 18:16:48 -0400
committerPaul Gilbert2016-08-28 18:16:48 -0400
commit6dc1551d7db3356868cb9402bcc9e9b75648f52b (patch)
tree4cbe94a03dec89715472b09da876b30558cefcfb /engines/xeen/dialogs_query.cpp
parentfd2d4622966d36299129b3f1654484b49ee0c996 (diff)
downloadscummvm-rg350-6dc1551d7db3356868cb9402bcc9e9b75648f52b.tar.gz
scummvm-rg350-6dc1551d7db3356868cb9402bcc9e9b75648f52b.tar.bz2
scummvm-rg350-6dc1551d7db3356868cb9402bcc9e9b75648f52b.zip
XEEN: gcc compilation fixes
Diffstat (limited to 'engines/xeen/dialogs_query.cpp')
-rw-r--r--engines/xeen/dialogs_query.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/xeen/dialogs_query.cpp b/engines/xeen/dialogs_query.cpp
index c982b8acd2..abaddafe69 100644
--- a/engines/xeen/dialogs_query.cpp
+++ b/engines/xeen/dialogs_query.cpp
@@ -105,7 +105,7 @@ bool YesNo::execute(bool type, bool townFlag) {
Screen &screen = *_vm->_screen;
Town &town = *_vm->_town;
SpriteResource confirmSprites;
- int numFrames;
+ //int numFrames;
bool result = false;
Mode oldMode = _vm->_mode;
@@ -130,10 +130,10 @@ bool YesNo::execute(bool type, bool townFlag) {
if (town.isActive()) {
town.drawTownAnim(townFlag);
- numFrames = 3;
+ //numFrames = 3;
} else {
intf.draw3d(true);
- numFrames = 1;
+ //numFrames = 1;
}
events.wait(3, true);