mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
somehow forgor this in center camera
This commit is contained in:
parent
e2605ff16c
commit
aaaf09aea3
1 changed files with 1 additions and 0 deletions
|
@ -8085,6 +8085,7 @@ boolean P_SpectatorJoinGame(player_t *player)
|
||||||
|
|
||||||
//center camera if its not already
|
//center camera if its not already
|
||||||
if ((P_IsLocalPlayer(player)) && localaiming[0] != 0)
|
if ((P_IsLocalPlayer(player)) && localaiming[0] != 0)
|
||||||
|
localaiming[0] = 0;
|
||||||
|
|
||||||
//Reset away view
|
//Reset away view
|
||||||
if (P_IsLocalPlayer(player) && displayplayers[0] != consoleplayer)
|
if (P_IsLocalPlayer(player) && displayplayers[0] != consoleplayer)
|
||||||
|
|
Loading…
Reference in a new issue