From fb5a98b72ab79949d1da7f75a3d6150c2906ef40 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Mon, 30 Aug 2021 14:48:06 +0200 Subject: gui: tech representation, menu, tile & unit info, attack info --- game/entity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/entity.h') diff --git a/game/entity.h b/game/entity.h index 36c8198..eeab110 100644 --- a/game/entity.h +++ b/game/entity.h @@ -49,7 +49,7 @@ class Entity { return x == oth.x && y == oth.y && info->unit == oth.info->unit; } - int building = 0; + int building { 0 }; float hp; /**/ int x, y; bool done = false; -- cgit v1.2.3-54-g00ecf