summaryrefslogtreecommitdiffhomepage
path: root/floormat
diff options
context:
space:
mode:
Diffstat (limited to 'floormat')
-rw-r--r--floormat/main.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/floormat/main.hpp b/floormat/main.hpp
index 1604ad22..27404fe3 100644
--- a/floormat/main.hpp
+++ b/floormat/main.hpp
@@ -17,7 +17,7 @@ struct world;
struct scenery;
class anim_atlas;
struct clickable;
-struct floor_mesh;
+struct ground_mesh;
struct wall_mesh;
struct anim_mesh;
struct texture_unit_cache;
@@ -28,7 +28,7 @@ struct floormat_main
{
struct draw_bounds final { int16_t minx, maxx, miny, maxy; };
struct meshes final {
- floor_mesh& floor;
+ ground_mesh& ground;
wall_mesh& wall;
anim_mesh& anim;
};