Fix ninjago crashes (#837)

Fixed reading speed from rail paths
Made the config of rail paths be read in sanely due to not having a type
Fixes #835
This commit is contained in:
Aaron Kimbrell
2022-11-14 13:57:49 -06:00
committed by GitHub
parent 37524af549
commit 3fa6ea4cea
2 changed files with 3 additions and 2 deletions

View File

@@ -75,7 +75,6 @@ struct RacingPathWaypoint {
struct RailPathWaypoint {
float speed;
std::vector<LDFBaseData*> config;
};
struct PathWaypoint {