mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-28 17:20:16 -04:00
fix build on OpenBSD (#621)
* fix build on OpenBSD * Update src/port/Game.cpp * Update ceremony_and_credits.c
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ HarbourMastersIntro gMenuIntro;
|
||||
|
||||
TrackEditor::Editor gEditor;
|
||||
|
||||
s32 gTrophyIndex = NULL;
|
||||
s32 gTrophyIndex = NULL_OBJECT_ID;
|
||||
|
||||
/** Spawner Registries **/
|
||||
Registry<TrackInfo> gTrackRegistry;
|
||||
|
||||
Reference in New Issue
Block a user