summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_player_call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code/z_player_call.c b/src/code/z_player_call.c
index cf525ff24..6b8238195 100644
--- a/src/code/z_player_call.c
+++ b/src/code/z_player_call.c
@@ -18,7 +18,6 @@ void PlayerCall_Draw(Player* player, GlobalContext* globalCtx);
const ActorInit Player_InitVars = {
ACTOR_PLAYER,
ACTORTYPE_PLAYER,
- 0,
0x6000035,
OBJECT_GAMEPLAY_KEEP,
sizeof(Player),