summaryrefslogtreecommitdiff
path: root/src/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.cpp')
-rw-r--r--src/object.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object.cpp b/src/object.cpp
index 571f48de..1eb31fc4 100644
--- a/src/object.cpp
+++ b/src/object.cpp
@@ -140,12 +140,12 @@ Object::getStatistics(void)
}
const unsigned int
-Object::getMap() {
+Object::getMapId() {
return mMapId;
}
void
-Object::setMap(const unsigned int mapId) {
+Object::setMapId(const unsigned int mapId) {
mMapId = mapId;
}