mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
HOPKINS: Bugfix to showing selected inventory item in factory lift
This commit is contained in:
parent
7d146d5ed3
commit
9a674ac89c
@ -374,8 +374,10 @@ LABEL_34:
|
||||
LABEL_35:
|
||||
if (!_vm->_globals.PUBEXIT)
|
||||
_vm->_objectsManager.AFF_SPRITES();
|
||||
if (souris_flag != true)
|
||||
if (souris_flag != true) {
|
||||
updateCursor();
|
||||
goto LABEL_54;
|
||||
}
|
||||
if (btsouris == 23)
|
||||
goto LABEL_45;
|
||||
if (yp >= _vm->_graphicsManager.max_y || v15 >= _vm->_graphicsManager.max_x || v14 <= 1 || v13 <= 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user