* Remove "inline" keyword from function gridIterate as it is declared "extern" in the header file and used in other files as well (but wasn't called anywhere in mapgrid.c)
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1564 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
805f51bc75
commit
53a8aebb9c
|
@ -285,7 +285,7 @@ void gridStartIterate(SDWORD x, SDWORD y)
|
|||
|
||||
// get the next object that could affect a location,
|
||||
// should only be called after gridStartIterate
|
||||
inline BASE_OBJECT *gridIterate(void)
|
||||
BASE_OBJECT *gridIterate(void)
|
||||
{
|
||||
BASE_OBJECT *psRet;
|
||||
|
||||
|
|
Loading…
Reference in New Issue