summaryrefslogtreecommitdiff
path: root/Player.cpp
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-08-26 17:54:03 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-08-26 17:54:03 +0200
commit4ca8c2d15b51c479dd890773643ea24440b3991f (patch)
tree59f134fac677d30187b78453f5b35280f57b0f94 /Player.cpp
parent845c7cba1d8efd16b073ca034eb8239b6616e681 (diff)
+ Added Makefiles for dependencies
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)
{