mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 02:12:14 +00:00
CHEWY: Added constant for food certificate inventory item
This commit is contained in:
parent
ebd8c36857
commit
f334ecb53b
@ -390,6 +390,7 @@ enum SetupScreenMode {
|
||||
#define KARTE_INV 98
|
||||
#define MACHETE_INV 99
|
||||
#define RUBBER_INV 100
|
||||
#define FOOD_CERTIFICATE_INV 101
|
||||
|
||||
#define SIB_SCHLEIM 3
|
||||
|
||||
|
@ -142,7 +142,7 @@ void Room82::talk3() {
|
||||
}
|
||||
|
||||
int Room82::proc3() {
|
||||
if (!is_cur_inventar(101))
|
||||
if (!is_cur_inventar(FOOD_CERTIFICATE_INV))
|
||||
return 0;
|
||||
|
||||
hide_cur();
|
||||
|
Loading…
Reference in New Issue
Block a user