Add random end of race behavior (#1056)

* randominze between 0 and 7 inclusive
for the different animation types

* Make the end behavior deterministic unpon loading
So that all players see the same animations for each other
This commit is contained in:
Aaron Kimbrell
2023-04-18 01:40:20 -05:00
committed by GitHub
parent fbfa778d3d
commit f60ea40acc
2 changed files with 3 additions and 1 deletions

View File

@@ -109,4 +109,5 @@ private:
bool m_IsOnRail;
float m_SoftUpdate = 0;
uint32_t m_EndBehavior;
};