diff options
Diffstat (limited to 'engines/simon')
-rw-r--r-- | engines/simon/icons.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/simon/icons.cpp b/engines/simon/icons.cpp index 02e1af048c..3220b72b8a 100644 --- a/engines/simon/icons.cpp +++ b/engines/simon/icons.cpp @@ -506,8 +506,8 @@ uint SimonEngine::setupIconHitArea(WindowBlock *window, uint num, uint x, uint y ha = findEmptyHitArea(); if (getGameType() == GType_FF) { - ha->x = x + window->x; - ha->y = y + window->y; + ha->x = x; + ha->y = y; ha->item_ptr = item_ptr; ha->width = 45; ha->height = 44; |