From 77d38e4c1214af82b8e46d745ae411ff4592f603 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 18 Jul 2026 19:27:28 +0400 Subject: feat(world): retain mission transform state --- apps/fparkan-game/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/fparkan-game/src') diff --git a/apps/fparkan-game/src/main.rs b/apps/fparkan-game/src/main.rs index 4facbdc..2ec347e 100644 --- a/apps/fparkan-game/src/main.rs +++ b/apps/fparkan-game/src/main.rs @@ -1702,6 +1702,7 @@ mod tests { slot: 5, }, ], + transforms: Vec::new(), events: Vec::new(), hash: StateHash([0; 32]), }; @@ -1733,6 +1734,7 @@ mod tests { generation: 1, slot: 7, }], + transforms: Vec::new(), events: Vec::new(), hash: StateHash([0; 32]), }; @@ -1787,6 +1789,7 @@ mod tests { generation: 1, slot: 0, }], + transforms: Vec::new(), events: Vec::new(), hash: StateHash([0; 32]), }; -- cgit v1.2.3