Skip to content

Commit

Permalink
SHERLOCK: Implemented initial background clearing of RT doBgAnim
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 28, 2015
1 parent 483a72b commit 0d4163c
Show file tree
Hide file tree
Showing 12 changed files with 433 additions and 225 deletions.
4 changes: 2 additions & 2 deletions engines/sherlock/inventory.cpp
Expand Up @@ -244,7 +244,7 @@ void Inventory::drawInventory(InvNewMode mode) {
}

assert(IS_SERRATED_SCALPEL);
((ScalpelUserInterface *)_vm->_ui)->_oldUse = -1;
((Scalpel::ScalpelUserInterface *)_vm->_ui)->_oldUse = -1;
}

void Inventory::invCommands(bool slamIt) {
Expand Down Expand Up @@ -324,7 +324,7 @@ void Inventory::refreshInv() {

Screen &screen = *_vm->_screen;
Talk &talk = *_vm->_talk;
ScalpelUserInterface &ui = *(ScalpelUserInterface *)_vm->_ui;
Scalpel::ScalpelUserInterface &ui = *(Scalpel::ScalpelUserInterface *)_vm->_ui;

ui._invLookFlag = true;
freeInv();
Expand Down

0 comments on commit 0d4163c

Please sign in to comment.