diff options
author | Sven Hesse | 2007-11-05 21:06:10 +0000 |
---|---|---|
committer | Sven Hesse | 2007-11-05 21:06:10 +0000 |
commit | 780cb2f2743f4c9b188cadafc527469cf064137a (patch) | |
tree | 2e8df547dba41fdea5afc4a5e11118f7a9edf979 | |
parent | 20b3ee2057daeb076f57545d2e5b99a7bbc1d257 (diff) | |
download | scummvm-rg350-780cb2f2743f4c9b188cadafc527469cf064137a.tar.gz scummvm-rg350-780cb2f2743f4c9b188cadafc527469cf064137a.tar.bz2 scummvm-rg350-780cb2f2743f4c9b188cadafc527469cf064137a.zip |
Muting the compiler :P
svn-id: r29425
-rw-r--r-- | engines/cruise/cruise_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/cruise_main.cpp b/engines/cruise/cruise_main.cpp index 48e2f435a7..73c3ac4ade 100644 --- a/engines/cruise/cruise_main.cpp +++ b/engines/cruise/cruise_main.cpp @@ -703,7 +703,7 @@ int findObject(int mouseX, int mouseY, int *outObjOvl, int *outObjIdx) { return (currentObject->type); } } else { - int numBitPlanes = filesDatabase[j].resType; + // int numBitPlanes = filesDatabase[j].resType; int nWidth; int nHeight; |