X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=939033a5296cca74b86692ac701279453f7b7a07;hb=1e7fe72948f9f6f93639f5d003522ce3afa24409;hp=cd6bca59e83419045ec930bd668918ceef32c6ee;hpb=874c9d7e6ee2d826f9eb34518e8163283439c38e;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index cd6bca5..939033a 100644 --- a/player.h +++ b/player.h @@ -76,8 +76,8 @@ struct { #if 0 v4f qbasis; m3x3f basis, invbasis, basis_gate; -#endif world_instance *viewable_world; +#endif /* * Camera management @@ -192,6 +192,7 @@ static void player__pass_gate( u32 id ); static void player__im_gui(void); static void player__setpos( v3f pos ); static void player__spawn( ent_spawn *rp ); +static void player__clean_refs(void); static void player__reset(void); static void player__kill(void); static void player__begin_holdout( v3f offset );