mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-02 17:52:49 -04:00
Decompile propsTickPlayer
This commit is contained in:
@@ -4024,7 +4024,7 @@
|
||||
#define TICKOP_DISABLE 2
|
||||
#define TICKOP_RETICK 3
|
||||
#define TICKOP_GIVETOPLAYER 4
|
||||
#define TICKOP_5 5
|
||||
#define TICKOP_CHANGEDLIST 5
|
||||
|
||||
#define TIMEPRECISION_DAYS 0
|
||||
#define TIMEPRECISION_HOURS 1
|
||||
|
||||
@@ -35,7 +35,7 @@ void propFindForUplink(void);
|
||||
bool currentPlayerInteract(bool eyespy);
|
||||
void propPause(struct prop *prop);
|
||||
void propUnpause(struct prop *prop);
|
||||
void propsTickPlayer(u32 islastplayer);
|
||||
void propsTickPlayer(bool islastplayer);
|
||||
void propsTickPadEffects(void);
|
||||
void propSetPerimEnabled(struct prop *prop, bool enable);
|
||||
void propsTestForPickup(void);
|
||||
|
||||
Reference in New Issue
Block a user