mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 02:41:49 +00:00
Count SPB Attack as a subset of Time Attack, not seperate
This commit is contained in:
parent
d0724c263a
commit
f1c9f54727
1 changed files with 1 additions and 1 deletions
|
|
@ -1015,7 +1015,7 @@ void P_Ticker(boolean run)
|
||||||
mapheader->records.spbattacktimeplayed++;
|
mapheader->records.spbattacktimeplayed++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
//else
|
||||||
{
|
{
|
||||||
gamedata->timeattackingtotaltime++;
|
gamedata->timeattackingtotaltime++;
|
||||||
if (mapheader)
|
if (mapheader)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue