summaryrefslogtreecommitdiffhomepage
path: root/test/serializer.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-13 20:17:38 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-14 10:54:27 +0100
commit527287444bec30a88a59b30b9482bb2245f8c144 (patch)
tree0e4993b48648851e653fec41e48dd780d1515da5 /test/serializer.cpp
parentf0e70fb7da68d388370f31c0b9b8af8a152fef0c (diff)
a
Diffstat (limited to 'test/serializer.cpp')
-rw-r--r--test/serializer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp
index 05735beb..5b06baf1 100644
--- a/test/serializer.cpp
+++ b/test/serializer.cpp
@@ -43,7 +43,8 @@ chunk& test_app::make_test_chunk(world& w, chunk_coords_ ch)
auto& p = *w.make_object<critter>(w.make_id(), global_coords{ch, {coord.x(), coord.y()}}, cproto);
p.frame = (uint16_t)coord.x();
};
- add_player("Player 1", {13, 11}, true);
+ add_player("Player 1", {12, 11}, true); // duplicate
+ add_player("Player 1", {13, 11}, true); // duplicate
add_player("Player 2", {14, 11}, false);
add_player("Player 3", {15, 11}, true);