Attempt to decompile currentPlayerHasKeyFlags

This commit is contained in:
Ryan Dwyer
2020-02-08 10:09:37 +10:00
parent 1aa01a684d
commit 46c34b738d
4 changed files with 48 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ void currentPlayerRemoveProp(struct prop *prop);
u32 func0f1120f0(void);
u32 func0f1122ec(void);
u32 func0f11253c(void);
u32 func0f112790(void);
bool currentPlayerHasKeyFlags(u32 wantkeyflags);
bool currentPlayerHasBriefcase(void);
bool currentPlayerHasDataUplink(void);
bool currentPlayerHasProp(struct prop *prop);
+5
View File
@@ -747,6 +747,11 @@ struct doorobj { // objtype 0x01
/*0xcc*/ u8 laserfade;
};
struct keyobj { // objtype 0x04
struct defaultobj base;
u32 keyflags;
};
struct image {
/*0x00*/ u32 unk00;
/*0x04*/ u32 unk04;