summaryrefslogtreecommitdiff
path: root/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Player.cpp')
-rw-r--r--Player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Player.cpp b/Player.cpp
index 39886a9..46a6fd0 100644
--- a/Player.cpp
+++ b/Player.cpp
@@ -199,7 +199,7 @@ bool Player::checkNewBuildingPosition(TYPE_COLLISION_BLOCK * cb)
return true;
}
-bool Player::createBuilding(uint8_t id, TYPE_COLLISION_BLOCK cb)
+bool Player::createBuilding(TYPE_BUILDING_ID id, TYPE_COLLISION_BLOCK cb)
{
if(checkNewBuildingPosition(&cb) == false)
{