diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-01 22:36:26 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-01 22:36:26 +0200 |
| commit | d90c38ce59d406cdfd4303c836ee524a71ad0979 (patch) | |
| tree | 27c7bae59fbea84529977f588f050d5ce09e14ea /src/chunk-scenery.cpp | |
| parent | 31fd5bbc08234686cf798a93a18e0bb73615d1bf (diff) | |
rename character -> critter
Diffstat (limited to 'src/chunk-scenery.cpp')
| -rw-r--r-- | src/chunk-scenery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chunk-scenery.cpp b/src/chunk-scenery.cpp index d211b6a4..6fc48821 100644 --- a/src/chunk-scenery.cpp +++ b/src/chunk-scenery.cpp @@ -122,7 +122,7 @@ auto chunk::make_topo_sort_data(object& e, uint32_t mesh_idx) -> topo_sort_data break; } } - else if (e.type() == object_type::character) + else if (e.type() == object_type::critter) data.mode = topo_sort_data::mode_character; return data; } |
