aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h
index aad3a05..9727e51 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -12,7 +12,7 @@
#define FLOWER_SCALE 3.0
#define POND_SIZE 250.0
-#define POND_HEIGHT 10.0
+#define POND_HEIGHT 15.0
#define UTILITY_POLE_HEIGHT 100.0
#define UTILITY_POLE_RADIUS 3.0
@@ -96,7 +96,7 @@ Entity createEntity(EntityId id, Vector3 position);
void updateEntity(Entity* entity, Game* game);
void setEntityPosition(Entity* entity, Vector3 position);
void placeEntityOnGround(Entity* entity, const World* world);
-bool entityIsPlace(EntityId id);
+bool entityCanBeSelected(EntityId id);
InteractionCommand interactWithEntity(Entity* entity, Game* game,
Selection selection);