mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-29 16:32:40 -04:00
Decompile bodiesReset
This commit is contained in:
+2
-2
@@ -91,8 +91,8 @@ extern s32 g_NumChrs;
|
||||
extern s16 *g_Chrnums;
|
||||
extern s16 *g_ChrIndexes;
|
||||
extern s32 g_NumActiveHeadsPerGender;
|
||||
extern u32 g_ActiveMaleHeads[8];
|
||||
extern u32 g_ActiveFemaleHeads[8];
|
||||
extern s32 g_ActiveMaleHeads[8];
|
||||
extern s32 g_ActiveFemaleHeads[8];
|
||||
extern s16 *g_RoomPropListChunkIndexes;
|
||||
extern struct roomproplistchunk *g_RoomPropListChunks;
|
||||
extern struct prop *g_InteractProp;
|
||||
|
||||
@@ -5674,11 +5674,6 @@ struct vtxstoretype {
|
||||
s32 numallocated;
|
||||
};
|
||||
|
||||
struct stageheadlimit {
|
||||
u8 stagenum;
|
||||
u8 maxheads;
|
||||
};
|
||||
|
||||
struct wallhit {
|
||||
/*0x00*/ Vtx vertices[4];
|
||||
/*0x30*/ Col basecolours[4]; // without room lighting applied
|
||||
|
||||
Reference in New Issue
Block a user