From 1bf6a2ea71c6b069a9e53b5f956144c7449a1408 Mon Sep 17 00:00:00 2001 From: doomchild Date: Tue, 29 Mar 2011 10:42:04 -0500 Subject: [PATCH] generally, function signatures are supposed to match between header and implementation file... --- library/modules/Maps_C.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/modules/Maps_C.cpp b/library/modules/Maps_C.cpp index 81a216531..7d17e5c78 100644 --- a/library/modules/Maps_C.cpp +++ b/library/modules/Maps_C.cpp @@ -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) {