aboutsummaryrefslogtreecommitdiff
path: root/game/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/entity.h')
-rw-r--r--game/entity.h2
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;