From 990f633b00a36af1ba797336441191d97b12fd0f Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 3 May 2010 13:04:08 +0000 Subject: Fix g++ warning by commenting out an unused variable. svn-id: r48905 --- engines/m4/mads_logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/m4/mads_logic.cpp b/engines/m4/mads_logic.cpp index 9341dbcd8d..24d225a2a6 100644 --- a/engines/m4/mads_logic.cpp +++ b/engines/m4/mads_logic.cpp @@ -164,7 +164,7 @@ void MadsSceneLogic::selectScene(int sceneNum) { void MadsSceneLogic::setupScene() { // FIXME: This is the hardcoded logic for Rex scene 101 only - const char *animName = formAnimName('A', -1); + //const char *animName = formAnimName('A', -1); // sub_1e754(animName, 3); -- cgit v1.2.3