X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.c;h=a60c8c2613aae02452ee8aae98bd0be3724847ab;hb=refs%2Fheads%2Fmaster;hp=bbe76ea7de91ba1491913f8db0ce696362155d39;hpb=1a194c3888293733939b2dd944251ae1b6c398ce;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.c b/player.c index bbe76ea..a60c8c2 100644 --- a/player.c +++ b/player.c @@ -22,6 +22,7 @@ #include "player_skate.h" #include "player_basic_info.h" #include "player_glide.h" +#include i32 k_invert_y = 0; struct localplayer localplayer = @@ -329,6 +330,7 @@ void player__reset(void) localplayer.gate_waiting = NULL; localplayer.have_glider = 0; localplayer.glider_orphan = 0; + localplayer.drowned = 0; v3_copy( localplayer.rb.co, localplayer.cam_control.tpv_lpf ); player__clean_refs();