mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
typo
svn-id: r9293
This commit is contained in:
parent
00bcd731f5
commit
2ddd3a9895
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user