mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-01 05:00:46 +00:00
gcc strictness.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4712 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b97bc5685c
commit
db9f9ed98c
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ PM_TestPlayerPosition
|
||||||
Returns false if the given player position is not valid (in solid)
|
Returns false if the given player position is not valid (in solid)
|
||||||
================
|
================
|
||||||
*/
|
*/
|
||||||
int PM_TestPlayerPosition (vec3_t pos, qboolean ignoreportals)
|
qboolean PM_TestPlayerPosition (vec3_t pos, qboolean ignoreportals)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
physent_t *pe;
|
physent_t *pe;
|
||||||
|
|
Loading…
Reference in a new issue