From 20936e93023c18f54d217c66b0e08fa80f4f7d50 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Tue, 10 Jul 2018 23:17:34 +0200 Subject: Camera is now an independent instance, and HumanPlayer only holds a reference to it. --- Unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Unit.h') diff --git a/Unit.h b/Unit.h index 960154a..7a5f59f 100644 --- a/Unit.h +++ b/Unit.h @@ -42,7 +42,7 @@ class Unit : public BaseUnit }; explicit Unit(const Unit::tUnitID eUnitID = UNIT_ID_NONE); - void create(const enum Unit::tUnitID eUnitID); + void create(const enum Unit::tUnitID eUnitID, const uint16_t x, const uint16_t y); void handler(void); private: -- cgit v1.2.3