diff options
author | Travis Howell | 2003-07-30 11:17:51 +0000 |
---|---|---|
committer | Travis Howell | 2003-07-30 11:17:51 +0000 |
commit | 2ddd3a989598b1840bf109c948e5779d72695639 (patch) | |
tree | d0891c6e0f4b1c6ccc9f5e4dc22c67ab597c2655 /simon | |
parent | 00bcd731f5d0783eb79e7a00c70ba4bec8f6f613 (diff) | |
download | scummvm-rg350-2ddd3a989598b1840bf109c948e5779d72695639.tar.gz scummvm-rg350-2ddd3a989598b1840bf109c948e5779d72695639.tar.bz2 scummvm-rg350-2ddd3a989598b1840bf109c948e5779d72695639.zip |
typo
svn-id: r9293
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 4 |
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; |