aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-28 23:55:49 +0200
committerEugene Sandulenko2013-12-28 23:55:49 +0200
commit657811e2c3754325860846ff5ddf5c28774126a5 (patch)
treec3157cb0dec861058d5c44b0c9e88ea1ad189f53 /engines
parent3f8c39341c5f223fc5b06974ae16f28df99d779f (diff)
downloadscummvm-rg350-657811e2c3754325860846ff5ddf5c28774126a5.tar.gz
scummvm-rg350-657811e2c3754325860846ff5ddf5c28774126a5.tar.bz2
scummvm-rg350-657811e2c3754325860846ff5ddf5c28774126a5.zip
FULLPIPE: Revert accidential change
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/scenes/scene24.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene24.cpp b/engines/fullpipe/scenes/scene24.cpp
index 08ac645ca2..508f776573 100644
--- a/engines/fullpipe/scenes/scene24.cpp
+++ b/engines/fullpipe/scenes/scene24.cpp
@@ -106,7 +106,7 @@ int sceneHandler24(ExCommand *cmd) {
if (x < g_fp->_sceneRect.left + 200) {
g_fp->_currentScene->_x = x - 300 - g_fp->_sceneRect.left;
}
- if (x > g_fp->_sceneRect.right - 200 - 1)
+ if (x > g_fp->_sceneRect.right - 200)
g_fp->_currentScene->_x = x + 300 - g_fp->_sceneRect.right;
}