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 /serialize/world-impl.hpp | |
| parent | 31fd5bbc08234686cf798a93a18e0bb73615d1bf (diff) | |
rename character -> critter
Diffstat (limited to 'serialize/world-impl.hpp')
| -rw-r--r-- | serialize/world-impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/world-impl.hpp b/serialize/world-impl.hpp index b01e81ba..f01276be 100644 --- a/serialize/world-impl.hpp +++ b/serialize/world-impl.hpp @@ -54,7 +54,7 @@ constexpr inline proto_t proto_version = 16; constexpr inline size_t atlas_name_max = 128; constexpr inline auto null_atlas = (atlasid)-1LL; -constexpr inline size_t character_name_max = 128; +constexpr inline size_t critter_name_max = 128; constexpr inline size_t string_max = 512; constexpr inline proto_t min_proto_version = 1; |
