aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/ctp.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-12-27 17:47:31 +0000
committerSven Hesse2007-12-27 17:47:31 +0000
commit884e1e9ae9036c1e9e761dac1f1694e847a0b94e (patch)
treeadf2a7c84d83944224e567e8dfc5d10d7b15f552 /engines/cruise/ctp.cpp
parentc87ad51470fb11103e620cf0b09cb36c6a08439f (diff)
downloadscummvm-rg350-884e1e9ae9036c1e9e761dac1f1694e847a0b94e.tar.gz
scummvm-rg350-884e1e9ae9036c1e9e761dac1f1694e847a0b94e.tar.bz2
scummvm-rg350-884e1e9ae9036c1e9e761dac1f1694e847a0b94e.zip
Muting the compiler (Sorry again, yaz0r :P)
svn-id: r30016
Diffstat (limited to 'engines/cruise/ctp.cpp')
-rw-r--r--engines/cruise/ctp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/ctp.cpp b/engines/cruise/ctp.cpp
index e015828c30..de14dba761 100644
--- a/engines/cruise/ctp.cpp
+++ b/engines/cruise/ctp.cpp
@@ -107,7 +107,7 @@ void renderCTPWalkBox(int16 *walkboxData, int hotPointX, int hotPointY, int X, i
int16 *destination;
int startX = X - ((upscaleValue(hotPointX, scale) + 0x8000) >> 16);
- int startY = Y - ((upscaleValue(hotPointY, scale) + 0x8000) >> 16);
+// int startY = Y - ((upscaleValue(hotPointY, scale) + 0x8000) >> 16);
numPoints = *(walkboxData++);