diff options
author | Max Horn | 2009-01-20 02:56:32 +0000 |
---|---|---|
committer | Max Horn | 2009-01-20 02:56:32 +0000 |
commit | c77ecdc0500d424a5a12c95561fbee811e9ee870 (patch) | |
tree | d518c7ab8ecdadcb9e6a1fe1d8fde1003ecef9c4 | |
parent | f60e2836b05c922b2ae89b121b4f23fea60de3fc (diff) | |
download | scummvm-rg350-c77ecdc0500d424a5a12c95561fbee811e9ee870.tar.gz scummvm-rg350-c77ecdc0500d424a5a12c95561fbee811e9ee870.tar.bz2 scummvm-rg350-c77ecdc0500d424a5a12c95561fbee811e9ee870.zip |
Fix another warning
svn-id: r35934
-rw-r--r-- | engines/tinsel/drives.cpp | 1 |
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 }; |