Skip to content

Commit

Permalink
Merge pull request #191 from nickbabcock/vote
Browse files Browse the repository at this point in the history
Reinstate vote actor support
  • Loading branch information
nickbabcock authored Dec 31, 2024
2 parents 4b29649 + a68095b commit ed8e0fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added assets/replays/good/b82d.replay
Binary file not shown.
1 change: 1 addition & 0 deletions src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ pub(crate) static PARENT_CLASSES: phf::Map<&'static str, &'static str> = phf::ph
"TAGame.Default__PRI_TA" => "TAGame.PRI_TA",
"TAGame.Default__RumblePickups_TA" => "TAGame.RumblePickups_TA",
"TAGame.Default__TrackerWallDynamicMeshActor_TA" => "TAGame.TrackerWallDynamicMeshActor_TA",
"TAGame.Default__VoteActor_TA" => "TAGame.VoteActor_TA",
"TAGame.DynamicMeshActor_TA" => "Engine.Actor",
"TAGame.FreeplayCommands_TA" => "Engine.Actor",
"TAGame.GameEvent_Breakout_TA" => "TAGame.GameEvent_Soccar_TA",
Expand Down
9 changes: 9 additions & 0 deletions tests/snapshots/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
source: tests/integration_tests.rs
expression: snapshot
input_file: assets/replays/good/b82d.replay
---
{
"frames": 5067,
"hex": "0xb5055d9e2fbd8f7e7a7e39637095e014b6e7855403b85dc5e1d4a06917b2c645"
}

0 comments on commit ed8e0fb

Please sign in to comment.