svn-id: r9293
This commit is contained in:
Travis Howell 2003-07-30 11:17:51 +00:00
parent 00bcd731f5
commit 2ddd3a9895

View File

@ -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;