From f7a05a6d2021cf3d5b7622bb0c9bfa6cf008349a Mon Sep 17 00:00:00 2001 From: Kari Salminen Date: Tue, 22 Jan 2008 19:45:06 +0000 Subject: Fixed typo in comment. svn-id: r30614 --- engines/agi/op_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/agi/op_cmd.cpp b/engines/agi/op_cmd.cpp index cfbc02de98..3abd360c40 100644 --- a/engines/agi/op_cmd.cpp +++ b/engines/agi/op_cmd.cpp @@ -682,7 +682,7 @@ cmd(adj_ego_move_to_x_y) { // stop when walking to a ladder using the mouse but kept moving on the // ladder in a horizontally looping manner i.e. from right to left, from // right to left etc. In the Amiga Gold Rush the ego stopped when getting - // onto the ladder so this is more like it (Although that may be a caused + // onto the ladder so this is more like it (Although that may be caused // by something else because this command doesn't do any flag manipulations // in the Amiga version - checked it with disassembly). if (x != game.adjMouseX || y != game.adjMouseY) -- cgit v1.2.3