diff options
Diffstat (limited to 'apps/fparkan-game/src/main.rs')
| -rw-r--r-- | apps/fparkan-game/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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]), }; |
