mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
gcc warning fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@611 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bdc9e2e5c7
commit
7a854736e4
1 changed files with 1 additions and 1 deletions
|
@ -2053,4 +2053,4 @@ void SV_SetMoveVars(void)
|
||||||
movevars.waterfriction = sv_waterfriction.value;
|
movevars.waterfriction = sv_waterfriction.value;
|
||||||
movevars.entgravity = 1.0;
|
movevars.entgravity = 1.0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue