aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-07-30 11:17:51 +0000
committerTravis Howell2003-07-30 11:17:51 +0000
commit2ddd3a989598b1840bf109c948e5779d72695639 (patch)
treed0891c6e0f4b1c6ccc9f5e4dc22c67ab597c2655
parent00bcd731f5d0783eb79e7a00c70ba4bec8f6f613 (diff)
downloadscummvm-rg350-2ddd3a989598b1840bf109c948e5779d72695639.tar.gz
scummvm-rg350-2ddd3a989598b1840bf109c948e5779d72695639.tar.bz2
scummvm-rg350-2ddd3a989598b1840bf109c948e5779d72695639.zip
typo
svn-id: r9293
-rw-r--r--simon/simon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index d39004dbc0..dad89ce94a 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3682,8 +3682,8 @@ void SimonEngine::video_toggle_colors(HitArea * ha, byte a, byte b, byte c, byte
h = ha->height;
// Works around bug in original Simon the Sorcerer 2
- // Animations continue in background whe load/save dialog is open
- // Often causing the savegame name highlighter to be cut short
+ // Animations continue in background when load/save dialog is open
+ // often causing the savegame name highlighter to be cut short
if (!(h > 0 && w > 0 && ha->x + w <= 320 && ha->y + h <= 200)) {
debug(1,"Invalid coordinates in video_toggle_colors (%d,%d,%d,%d)", ha->x, ha->y, ha->width, ha->height);
_lock_word &= ~0x8000;