mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 22:01:50 +00:00
Small bugfix (maxtic 0 = ode crash).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3565 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
fdcdfe2d5a
commit
8921e7da9f
1 changed files with 2 additions and 0 deletions
|
@ -2100,6 +2100,8 @@ qboolean SV_Physics (void)
|
||||||
}
|
}
|
||||||
host_frametime = sv_maxtic.value;
|
host_frametime = sv_maxtic.value;
|
||||||
}
|
}
|
||||||
|
if (!host_frametime)
|
||||||
|
continue;
|
||||||
sv.world.physicstime += host_frametime;
|
sv.world.physicstime += host_frametime;
|
||||||
|
|
||||||
moved = true;
|
moved = true;
|
||||||
|
|
Loading…
Reference in a new issue