mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-26 08:26:31 +00:00
Do not update player preferences in demo playback
Should resolve the Crawla swarm
This commit is contained in:
parent
b62892ba1c
commit
9cd4d96d5b
1 changed files with 3 additions and 0 deletions
|
|
@ -1772,6 +1772,9 @@ void G_FixCamera(UINT8 view)
|
|||
|
||||
void G_UpdatePlayerPreferences(player_t *const player)
|
||||
{
|
||||
if (demo.playback)
|
||||
return;
|
||||
|
||||
// set skin
|
||||
INT32 new_skin = player->prefskin;
|
||||
if (K_CanChangeRules(true) == true && cv_forceskin.value >= 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue