mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-10 04:32:14 -04:00
move actors code in actors folder and rename thing related to actor (#584)
* Move actors into their folders * Renamings and documentation
This commit is contained in:
+1
-1
@@ -1460,7 +1460,7 @@ void func_8005A14C(s32 playerId) {
|
||||
} else {
|
||||
f32_step_towards(&gObjectList[objectIndex].sizeScaling, 0.6f, 0.02f);
|
||||
}
|
||||
if (player->effects & 0x04000000) {
|
||||
if (player->effects & HIT_EFFECT) {
|
||||
u16_step_up_towards(&gObjectList[objectIndex].direction_angle[0], 0x0C00U, 0x0100U);
|
||||
} else {
|
||||
u16_step_down_towards(&gObjectList[objectIndex].direction_angle[0], 0, 0x00000100);
|
||||
|
||||
Reference in New Issue
Block a user