mirror of
https://github.com/CTR-tools/CTR-ModSDK.git
synced 2025-03-01 09:36:28 +00:00
code for Monday Laps
This commit is contained in:
parent
be6cc5e115
commit
d57f7717c2
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user