From 4ca8c2d15b51c479dd890773643ea24440b3991f Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 26 Aug 2017 17:54:03 +0200 Subject: + Added Makefiles for dependencies --- Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Player.cpp') 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) { -- cgit v1.2.3