generally, function signatures are supposed to match between header and implementation file...

develop
doomchild 2011-03-29 10:42:04 -05:00
parent 4c55f54464
commit 1bf6a2ea71
1 changed files with 1 additions and 1 deletions

@ -185,7 +185,7 @@ void Maps_getSize(DFHackObject* maps, uint32_t* x, uint32_t* y, uint32_t* z)
}
}
void Maps_getPosition(DFHackObject* maps, uint32_t* x, uint32_t* y, uint32_t* z)
void Maps_getPosition(DFHackObject* maps, int32_t* x, int32_t* y, int32_t* z)
{
if(maps != NULL)
{