* 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-861f7616d084
master
Giel van Schijndel 2007-04-30 15:21:30 +00:00
parent 805f51bc75
commit 53a8aebb9c
1 changed files with 1 additions and 1 deletions

View File

@ -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;