mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
CHEWY: Cleanup of PersonHide as numeric
This commit is contained in:
@@ -70,7 +70,7 @@ void MainMenu::execute() {
|
||||
fx->border(workpage, 100, 0, 0);
|
||||
|
||||
out->set_palette(pal);
|
||||
_G(spieler).PersonHide[0] = 1;
|
||||
_G(spieler).PersonHide[0] = true;
|
||||
show_cur();
|
||||
|
||||
// Wait for a selection to be made on the main menu
|
||||
|
||||
@@ -2065,6 +2065,7 @@ void sib_event_inv(int16 sib_nr) {
|
||||
break;
|
||||
|
||||
case SIB_BOLA_KNOPF_R6:
|
||||
// Used Out of Order sign on vending machine
|
||||
_G(spieler).R12TalismanOk = true;
|
||||
del_inventar(_G(spieler).AkInvent);
|
||||
atds->set_ats_str(118, 1, 1);
|
||||
|
||||
@@ -149,10 +149,10 @@ bool Room0::pullSlime() {
|
||||
if (!_G(spieler).inv_cur) {
|
||||
hide_cur();
|
||||
auto_move(2, 0);
|
||||
_G(spieler).PersonHide[0] = 1;
|
||||
_G(spieler).PersonHide[0] = true;
|
||||
start_detail_wait(3, 1, 0);
|
||||
set_person_pos(222, 106, 0, 0);
|
||||
_G(spieler).PersonHide[0] = 0;
|
||||
_G(spieler).PersonHide[0] = false;
|
||||
invent_2_slot(1);
|
||||
menu_item = 0;
|
||||
cursor_wahl(0);
|
||||
|
||||
Reference in New Issue
Block a user