diff options
author | jacopograndi <jak.sk8@hotmail.it> | 2021-08-30 14:48:06 +0200 |
---|---|---|
committer | jacopograndi <jak.sk8@hotmail.it> | 2021-08-30 14:48:06 +0200 |
commit | fb5a98b72ab79949d1da7f75a3d6150c2906ef40 (patch) | |
tree | 9097b4e1f31e530874df9ab85be03f763fc4ef1b /game/entity.h | |
parent | ace5c3f3093c50ff7fa6f8b281a377e3788abbd5 (diff) |
gui: tech representation, menu, tile & unit info, attack info
Diffstat (limited to 'game/entity.h')
-rw-r--r-- | game/entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |