mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-10 19:36:46 -04:00
Finish implementing Thwomp
This commit is contained in:
@@ -473,7 +473,14 @@ extern "C" {
|
||||
}
|
||||
}
|
||||
|
||||
extern Vec3su D_80165834;
|
||||
void CourseManager_TickThwomps() {
|
||||
// TickLights
|
||||
if (gWorldInstance.Thwomps.size()) {
|
||||
D_80165834[0] += 0x100;
|
||||
D_80165834[1] += 0x200;
|
||||
}
|
||||
|
||||
for (auto& thwomp : gWorldInstance.Thwomps) {
|
||||
if (thwomp) {
|
||||
thwomp->Tick();
|
||||
|
||||
Reference in New Issue
Block a user