mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-07 14:13:58 -04:00
Fixes (#173)
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ void spawn_player(Player* player, s8 playerIndex, f32 startingRow, f32 startingC
|
||||
player->unk_236 = 0;
|
||||
player->unk_238 = 0;
|
||||
player->unk_23A = 0;
|
||||
player->unk_240 = 0;
|
||||
player->tyreSpeed = 0;
|
||||
player->unk_256 = 0;
|
||||
|
||||
player->size = 1.0f;
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
#include "courses/staff_ghost_data.h"
|
||||
|
||||
u8* sReplayGhostBuffer;
|
||||
s16 sReplayGhostBufferSize;
|
||||
size_t sReplayGhostBufferSize;
|
||||
s16 D_80162D86;
|
||||
u16 D_80162D88;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user