Fix 'total podium' stat display using totalwins

This commit is contained in:
Indev 2025-01-25 01:09:43 +03:00 committed by NepDisk
parent 287f9ce991
commit 9ee3a2c088

View file

@ -7752,7 +7752,7 @@ static void M_DrawStatsExtra(void)
DRAWTIMESTAT(52, "Time spent in spinout:", spinouttime);
DRAWAMOUNTSTAT(72, "Total wins:", totalwins);
DRAWAMOUNTSTAT(82, "Total podium (2nd/3rd place):", totalwins);
DRAWAMOUNTSTAT(82, "Total podium (2nd/3rd place):", totalpodium);
DRAWAMOUNTSTAT(102, "Hits landed:", hits);
DRAWAMOUNTSTAT(112, "Self-hits landed:", selfhits);