aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/user_interface.h')
-rw-r--r--engines/mads/user_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/user_interface.h b/engines/mads/user_interface.h
index 9d2af0425d..b9035c59ee 100644
--- a/engines/mads/user_interface.h
+++ b/engines/mads/user_interface.h
@@ -83,7 +83,6 @@ class UserInterface : public MSurface {
friend class UISlots;
private:
MADSEngine *_vm;
- MSurface _surface;
int _invSpritesIndex;
int _invFrameNumber;
@@ -139,6 +138,7 @@ private:
*/
void inventoryAnim();
public:
+ MSurface _surface;
UISlots _uiSlots;
DirtyAreas _dirtyAreas;
ScrCategory _category;