MADS: Add missing case for sprite assets palette loading

This commit is contained in:
Paul Gilbert 2014-03-26 20:35:18 -04:00
parent 2eaafe1579
commit 253023b9bb
2 changed files with 32 additions and 2 deletions

View file

@ -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;