mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Fix stage striking copypaste error for Battle
(Blatantly incorrect, so I'm pushing to master.)
This commit is contained in:
parent
75047a630d
commit
8ed97a013f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue