mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
MOHAWK: Rename variable to fix WinCE build.
Thanks to LordHoto for working out why this was failing.
This commit is contained in:
parent
92093d267f
commit
2a064a9725
@ -470,8 +470,8 @@ void CSTimeConversation::end(bool useLastClicked, bool runEvents) {
|
||||
_vm->getCase()->getCurrScene()->getChar(_sourceChar)->setupAmbientAnims(true);
|
||||
}
|
||||
|
||||
CSTimeInterface *interface = _vm->getInterface();
|
||||
CSTimeInventoryDisplay *invDisplay = interface->getInventoryDisplay();
|
||||
CSTimeInterface *iface = _vm->getInterface();
|
||||
CSTimeInventoryDisplay *invDisplay = iface->getInventoryDisplay();
|
||||
if (invDisplay->getState() == 4) {
|
||||
invDisplay->hide();
|
||||
invDisplay->setState(0);
|
||||
@ -480,8 +480,8 @@ void CSTimeConversation::end(bool useLastClicked, bool runEvents) {
|
||||
setState((uint)~0);
|
||||
_currHover = 0xffff;
|
||||
|
||||
interface->clearTextLine();
|
||||
interface->clearDialogArea();
|
||||
iface->clearTextLine();
|
||||
iface->clearDialogArea();
|
||||
invDisplay->show();
|
||||
|
||||
// TODO: stupid case 20 stuff
|
||||
|
Loading…
x
Reference in New Issue
Block a user