mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-19 22:22:07 -04:00
fix clang error
This commit is contained in:
@@ -67,7 +67,7 @@ void networking_disconnect(void);
|
||||
|
||||
/* Start Game */
|
||||
void spawn_network_players(f32*, f32*, f32);
|
||||
s32 network_all_players_loaded(void);
|
||||
void network_all_players_loaded(void);
|
||||
void set_course(const char* data);
|
||||
void networking_start_session(const char* data);
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ void network_cup_vote(uint32_t course) {
|
||||
|
||||
void set_course(const char* data) {
|
||||
if (data != NULL) {
|
||||
//SetCup(data[0]);
|
||||
// SetCup(data[0]);
|
||||
gCupSelection = data[0];
|
||||
// gCurrentCourseId = gCupCourseOrder[gCupSelection][COURSE_ONE];
|
||||
//! @todo SetCourse();
|
||||
@@ -135,7 +135,7 @@ void networking_start_session(const char* data) {
|
||||
}
|
||||
|
||||
// Wait for all players to load
|
||||
s32 network_all_players_loaded() {
|
||||
void network_all_players_loaded() {
|
||||
if (gNetwork.gameStarted) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user