mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-10 03:25:17 -04:00
Refactors (#114)
* Update Engine.cpp * fix * Add Actors * Refactor * Update Game.cpp * Refactors as per review
This commit is contained in:
@@ -53,7 +53,7 @@ void network_cup_vote(uint32_t course) {
|
||||
|
||||
void set_course(const char* data) {
|
||||
if (data != NULL) {
|
||||
SetCupIndex(data[0]);
|
||||
//SetCup(data[0]);
|
||||
gCupSelection = data[0];
|
||||
// gCurrentCourseId = gCupCourseOrder[gCupSelection][COURSE_ONE];
|
||||
//! @todo SetCourse();
|
||||
|
||||
Reference in New Issue
Block a user