From 657811e2c3754325860846ff5ddf5c28774126a5 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 28 Dec 2013 23:55:49 +0200 Subject: FULLPIPE: Revert accidential change --- engines/fullpipe/scenes/scene24.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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; } -- cgit v1.2.3