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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/user_interface.h b/engines/mads/user_interface.h
index ee5bc7aa0d..740ea66c4e 100644
--- a/engines/mads/user_interface.h
+++ b/engines/mads/user_interface.h
@@ -143,9 +143,9 @@ public:
int _selectedActionIndex;
int _selectedItemVocabIdx;
int _scrollerY;
+ int _highlightedCommandIndex;
+ int _highlightedItemIndex;
int _highlightedActionIndex;
- int _v1C;
- int _v1E;
bool _inventoryChanged;
int _categoryIndexes[8];
Common::StringArray _talkStrings;