From cbf13666d2db374f1564441b1f68371ac69cf096 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 13 Jan 2024 05:31:32 +0100 Subject: zw --- src/chunk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chunk.cpp') diff --git a/src/chunk.cpp b/src/chunk.cpp index eaeb06e1..ad24b92f 100644 --- a/src/chunk.cpp +++ b/src/chunk.cpp @@ -119,7 +119,7 @@ void chunk::mark_modified() noexcept mark_passability_modified(); } -chunk::chunk(struct world& w, chunk_coords_ ch) noexcept : _world{&w}, _coord{ch} +chunk::chunk(class world& w, chunk_coords_ ch) noexcept : _world{&w}, _coord{ch} { } -- cgit v1.2.3