mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-03 18:43:38 -04:00
Impl Sky and SkyActors (#630)
* Create Cloud.cpp * Create Cloud.h * Fix the cloud * Cleanup * More cleanup * Update Track.h * Refactor SkyboxCloud position calculations * Update SkyboxStar.cpp * Update SkyboxStar.cpp * Refactor SkyboxStar.cpp by removing redundant code * Update SkyboxCloud.cpp * Refactor SkyboxSnow.cpp by reordering includes * Update SkyboxCloud.h * Refactor SkyboxStar.h for improved formatting * Impl skyboxcloud * Update comment * update comment * Work now * Fully impl Sky * Fix define * Fix args
This commit is contained in:
@@ -1946,11 +1946,6 @@ void func_8008BF64(s32 objectIndex) {
|
||||
D_80183E80[2] = object->direction_angle[2];
|
||||
}
|
||||
|
||||
void func_8008BFC0(s32 objectIndex) {
|
||||
gObjectList[objectIndex].unk_09C = gObjectList[objectIndex].pos[0];
|
||||
gObjectList[objectIndex].unk_09E = gObjectList[objectIndex].pos[1];
|
||||
}
|
||||
|
||||
void func_8008BFFC(s32 objectIndex) {
|
||||
Object* object;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user