aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_views.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2011-11-14 22:22:50 +0200
committerEugene Sandulenko2011-11-14 22:22:50 +0200
commit981ca90c4eaa6d9cc4f56b706340294d2ea3f697 (patch)
treeafe8c6f3e8d763f22bba2d8a645f42fd77bf5df7 /engines/m4/mads_views.cpp
parentf51116bb4615b629cf008caa71d4a536457cfb6d (diff)
downloadscummvm-rg350-981ca90c4eaa6d9cc4f56b706340294d2ea3f697.tar.gz
scummvm-rg350-981ca90c4eaa6d9cc4f56b706340294d2ea3f697.tar.bz2
scummvm-rg350-981ca90c4eaa6d9cc4f56b706340294d2ea3f697.zip
MADS: remove/comment unused variables
Diffstat (limited to 'engines/m4/mads_views.cpp')
-rw-r--r--engines/m4/mads_views.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/mads_views.cpp b/engines/m4/mads_views.cpp
index d21bfc1cf2..c1d88d5741 100644
--- a/engines/m4/mads_views.cpp
+++ b/engines/m4/mads_views.cpp
@@ -77,7 +77,7 @@ void MadsAction::appendVocab(int vocabId, bool capitalise) {
void MadsAction::set() {
int hotspotCount = _madsVm->scene()->getSceneResources().hotspots->size();
- bool flag = false;
+ bool flag = false; // FIXME: unused
strcpy(_statusText, "");
_currentAction = -1;