Add centering back into edit/practice mode playback.

This commit is contained in:
Brandon W
2024-09-30 17:20:11 -07:00
committed by teejusb
parent bcd7e8e1d2
commit 7b2f0338b8
4 changed files with 34 additions and 2 deletions
+5 -1
View File
@@ -882,7 +882,11 @@ bool ScreenGameplay::Center1Player() const
/* Perhaps this should be handled better by defining a new
* StyleType for ONE_PLAYER_ONE_CREDIT_AND_ONE_COMPUTER,
* but for now just ignore Center1Player when it's Battle or Rave
* Mode. This doesn't begin to address two-player solo (6 arrows) */
* Mode. This doesn't begin to address two-player solo (6 arrows)
*
* If this check is modified, also modify the center check in
* ScreenEdit::Init().
*/
return g_bCenter1Player &&
(bool)ALLOW_CENTER_1_PLAYER &&
GAMESTATE->m_PlayMode != PLAY_MODE_BATTLE &&