Optionally load in P2 during PracticeMode playback.

Use the first PlayerNumber that comes in under export options, this fixes P2
loading by itself in PracticeMode.
This commit is contained in:
Brandon W
2024-09-22 10:59:06 -07:00
committed by teejusb
parent 0aa41b305d
commit 5bb277b5de
6 changed files with 205 additions and 87 deletions
+2
View File
@@ -179,6 +179,7 @@ list(APPEND SM_DATA_REST_SRC
"DateTime.cpp"
"Difficulty.cpp"
"DisplaySpec.cpp"
"EditModePlayerManager.cpp"
"EnumHelper.cpp"
"Game.cpp"
"GameCommand.cpp"
@@ -230,6 +231,7 @@ list(APPEND SM_DATA_REST_HPP
"DateTime.h"
"DisplaySpec.h"
"Difficulty.h"
"EditModePlayerManager.h"
"EnumHelper.h"
"Game.h"
"GameCommand.h"