mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Enable lagless cam
I left it off because I think Kart intentionally removed it, but the reason we did might not apply anymore...?
This commit is contained in:
parent
a52dc0f845
commit
f19e8be3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@ void D_SRB2Loop(void)
|
||||||
}
|
}
|
||||||
else if (rendertimeout < entertic) // in case the server hang or netsplit
|
else if (rendertimeout < entertic) // in case the server hang or netsplit
|
||||||
{
|
{
|
||||||
#if 0
|
#if 1
|
||||||
// Lagless camera! Yay!
|
// Lagless camera! Yay!
|
||||||
if (gamestate == GS_LEVEL && netgame)
|
if (gamestate == GS_LEVEL && netgame)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue