X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=c718c5ac57eb4ccc66f5cc311ab472001293ddcb;hb=6ba5c35d106d749a1ebafbd3cbe18c3a02f781d3;hp=6ee3112b701165ff9a401c6ed1961d140d3f4fa5;hpb=1d8d9366022c064ef56d80d463c90a79721c6243;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 6ee3112..c718c5a 100644 --- a/player.h +++ b/player.h @@ -173,7 +173,7 @@ static void player__im_gui(void); static void player__setpos( v3f pos ); static void player__spawn( ent_spawn *rp ); static void player__kill(void); -static void player__begin_holdout(void); +static void player__begin_holdout( v3f offset ); static int localplayer_cmd_respawn( int argc, const char *argv[] ); static void player_apply_transport_to_cam( m4x3f transport );