MADS: Add missing case for sprite assets palette loading
This commit is contained in:
parent
2eaafe1579
commit
253023b9bb
2 changed files with 32 additions and 2 deletions
|
@ -196,7 +196,7 @@ UserInterface::UserInterface(MADSEngine *vm) : _vm(vm), _dirtyAreas(vm),
|
|||
_inventoryTopIndex = 0;
|
||||
_objectY = 0;
|
||||
_selectedInvIndex = -1;
|
||||
_selectedActionIndex = -1;
|
||||
_selectedActionIndex = 0;
|
||||
_selectedItemVocabIdx = -1;
|
||||
_scrollerY = 0;
|
||||
_highlightedActionIndex = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue