aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
authorOliver Kiehl2002-11-02 09:23:30 +0000
committerOliver Kiehl2002-11-02 09:23:30 +0000
commit130d898c7f250f938675b3380b5f301ff4004a2e (patch)
tree75c95b81df7ff75b75cc16f1c12594debcd83e22 /simon/simon.cpp
parent1c975ba92ed9bec19de6f2652888aa1df9808a94 (diff)
downloadscummvm-rg350-130d898c7f250f938675b3380b5f301ff4004a2e.tar.gz
scummvm-rg350-130d898c7f250f938675b3380b5f301ff4004a2e.tar.bz2
scummvm-rg350-130d898c7f250f938675b3380b5f301ff4004a2e.zip
Ludde's fix for simon2 movement problem
svn-id: r5374
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 33736906d2..0a214223a9 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -2883,8 +2883,6 @@ void SimonState::o_pathfind(int x, int y, uint var_1, uint var_2)
uint x_diff, y_diff;
uint best_i = 0, best_j = 0, best_dist = 0xFFFFFFFF;
-/* FIXME */
-/* Causes movement problems in Simon 2 games, often unable to move left */
if (_game & GAME_SIMON2) {
x += _x_scroll * 8;
}