mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-19 14:13:31 -04:00
Fix Buffer Overflows (#28)
* Update code_800AF9B0.c * Update code_80005FD0.c * Update code_800029B0.c * Update code_80091750.c * Update code_80091750.h * Update code_80005FD0.c
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ u16 D_8015F890;
|
||||
u16 D_8015F892;
|
||||
u16 D_8015F894;
|
||||
// Indexed by Player ID. Track time in seconds since player has last crossed the finish line
|
||||
f32 gTimePlayerLastTouchedFinishLine[8];
|
||||
f32 gTimePlayerLastTouchedFinishLine[NUM_PLAYERS];
|
||||
|
||||
u8 *gNmiUnknown1;
|
||||
u8 *gNmiUnknown2;
|
||||
|
||||
Reference in New Issue
Block a user