CHEWY: Cleanup of PersonHide as numeric

This commit is contained in:
Paul Gilbert
2022-03-03 18:35:25 -08:00
parent 2c2110e663
commit 35abb49d91
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -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);
+2 -2
View File
@@ -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);