mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-02 10:31:42 -04:00
Refactors (#114)
* Update Engine.cpp * fix * Add Actors * Refactor * Update Game.cpp * Refactors as per review
This commit is contained in:
@@ -107,8 +107,6 @@ void RainbowRoad::SpawnActors() {
|
||||
spawn_all_item_boxes((struct ActorSpawnData*)LOAD_ASSET_RAW(d_course_rainbow_road_item_box_spawns));
|
||||
}
|
||||
|
||||
void RainbowRoad::Init() {}
|
||||
|
||||
void RainbowRoad::InitClouds() {
|
||||
init_stars(this->Props.Clouds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user