aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/cstime_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/cstime_ui.h')
-rw-r--r--engines/mohawk/cstime_ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mohawk/cstime_ui.h b/engines/mohawk/cstime_ui.h
index 236f73ab22..2d5aa2a183 100644
--- a/engines/mohawk/cstime_ui.h
+++ b/engines/mohawk/cstime_ui.h
@@ -71,8 +71,8 @@ public:
void hide();
void idle();
void clearDisplay();
- void insertItemInDisplay(uint id);
- void removeItem(uint id);
+ void insertItemInDisplay(uint16 id);
+ void removeItem(uint16 id);
void mouseDown(Common::Point &pos);
void mouseMove(Common::Point &pos);
@@ -99,7 +99,7 @@ protected:
bool _cuffsState;
uint16 _cuffsShape;
uint16 _draggedItem;
- uint _displayedItems[MAX_DISPLAYED_ITEMS];
+ uint16 _displayedItems[MAX_DISPLAYED_ITEMS];
};
class CSTimeBook {