code for Monday Laps

This commit is contained in:
Niko 2024-06-08 16:14:58 -04:00
parent be6cc5e115
commit d57f7717c2
2 changed files with 2 additions and 2 deletions

View File

@ -451,7 +451,7 @@ void PrintRecvTrack()
int posX = 0x118 - 0x20*boolEndOfRace;
int numLaps = sdata->gGT->numLaps
int numLaps = sdata->gGT->numLaps;
onlineLapString[6] = '0' + ((numLaps / 100) % 10);
onlineLapString[7] = '0' + ((numLaps / 10) % 10);
onlineLapString[8] = '0' + (numLaps % 10);

View File

@ -16,7 +16,7 @@
//#define USE_BIGQUEUE // Requires RAMEX: Extended loading queue
//#define USE_HIGH1P // Requires BIGQUEUE: All high model drivers
//#define USE_RANDOM // Requires HIGH1P: Character Randomizer
//#define USE_ONLINE // Requires HIGH1P: Online Multiplayer
#define USE_ONLINE // Requires HIGH1P: Online Multiplayer
//#define USE_HIGHMP // Requires RAMEX: Multiplayer Maxed mod
//#define USE_VR // Virtual Reality