mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Ping counter: change patch name PINGF to PINGD
# Conflicts: # src/config.h.in # src/hu_stuff.c
This commit is contained in:
parent
2ec2873b3e
commit
795aa4b73f
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ void HU_LoadGraphics(void)
|
|||
HU_UpdatePatch(&mping[i], "MPING%d", i+1);
|
||||
}
|
||||
|
||||
HU_UpdatePatch(&pingmeasure[0], "PINGF");
|
||||
HU_UpdatePatch(&pingmeasure[0], "PINGD");
|
||||
HU_UpdatePatch(&pingmeasure[1], "PINGMS");
|
||||
|
||||
// fps stuff
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue