Fix stage striking copypaste error for Battle

(Blatantly incorrect, so I'm pushing to master.)
This commit is contained in:
Sally Coolatta 2025-06-04 02:23:41 -04:00
parent 75047a630d
commit 8ed97a013f

View file

@ -2238,7 +2238,7 @@ static boolean Y_DetermineStageStrike(void)
case int_score:
{
score_a = a->score;
score_b = b->realtime;
score_b = b->score;
break;
}
default: