mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
Fix autoaim getting overwritten on load by whatever it was when the save was created.
git-svn-id: https://svn.eduke32.com/eduke32@6692 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
cd796647d1
commit
aa94f12666
1 changed files with 2 additions and 0 deletions
|
@ -1921,6 +1921,8 @@ static void sv_restload()
|
||||||
CPDAT(&dummy_ps, sizeof(DukePlayer_t));
|
CPDAT(&dummy_ps, sizeof(DukePlayer_t));
|
||||||
}
|
}
|
||||||
#undef CPDAT
|
#undef CPDAT
|
||||||
|
|
||||||
|
g_player[myconnectindex].ps->auto_aim = ud.config.AutoAim;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DEBUGGINGAIDS
|
#ifdef DEBUGGINGAIDS
|
||||||
|
|
Loading…
Reference in a new issue