Don't mess with solo handicaps in resetSomeStageThings

This commit is contained in:
Ryan Dwyer
2022-11-12 18:44:36 +10:00
parent c3531afe75
commit 4111efb420
-5
View File
@@ -24,11 +24,6 @@ void resetSomeStageThings(void)
g_StageFlags = 0;
g_EnemyAccuracyScale = 1;
g_PlayerDamageRxScale = 1;
g_PlayerDamageTxScale = 1;
g_AttackWalkDurationScale = 1;
g_NumChrsSeenPlayerRecently2 = 0;
}