diff options
Diffstat (limited to 'engines/wage/gui.cpp')
-rw-r--r-- | engines/wage/gui.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp index e38d0249bf..e40b7af01c 100644 --- a/engines/wage/gui.cpp +++ b/engines/wage/gui.cpp @@ -613,4 +613,9 @@ Designed *Gui::getClickTarget(int x, int y) { return NULL; } +void Gui::mouseClick(int x, int y) { + if (_menu->mouseClick(x, y)) + _menuDirty = true; +} + } // End of namespace Wage |