diff options
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r-- | engines/mohawk/myst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h index d1b74d7912..0fcc829ef8 100644 --- a/engines/mohawk/myst.h +++ b/engines/mohawk/myst.h @@ -263,7 +263,7 @@ private: void loadResources(); void drawResourceRects(); void checkCurrentResource(); - int16 _curResource; + MystArea *_activeResource; MystAreaHover *_hoverResource; Common::Array<MystCursorHint> _cursorHints; |