aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2009-01-20 02:56:32 +0000
committerMax Horn2009-01-20 02:56:32 +0000
commitc77ecdc0500d424a5a12c95561fbee811e9ee870 (patch)
treed518c7ab8ecdadcb9e6a1fe1d8fde1003ecef9c4 /engines
parentf60e2836b05c922b2ae89b121b4f23fea60de3fc (diff)
downloadscummvm-rg350-c77ecdc0500d424a5a12c95561fbee811e9ee870.tar.gz
scummvm-rg350-c77ecdc0500d424a5a12c95561fbee811e9ee870.tar.bz2
scummvm-rg350-c77ecdc0500d424a5a12c95561fbee811e9ee870.zip
Fix another warning
svn-id: r35934
Diffstat (limited to 'engines')
-rw-r--r--engines/tinsel/drives.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tinsel/drives.cpp b/engines/tinsel/drives.cpp
index 05f6445e29..2e87eb1715 100644
--- a/engines/tinsel/drives.cpp
+++ b/engines/tinsel/drives.cpp
@@ -32,7 +32,6 @@
namespace Tinsel {
-static bool restoringfromGMM = false;
static char currentCD = '1';
static uint32 cdFlags[] = { fCd1, fCd2, fCd3, fCd4, fCd5, fCd6, fCd7, fCd8 };