1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2014-07-12 06:59:35 +00:00
parent b97bc5685c
commit db9f9ed98c

View file

@ -358,7 +358,7 @@ PM_TestPlayerPosition
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;
physent_t *pe;