adding comment on unused static data from pooling

This commit is contained in:
roeming
2025-02-15 15:19:17 -05:00
parent f97bffefe3
commit ed18661f30
+1
View File
@@ -195,6 +195,7 @@ void minsect_kumo_setupAction(MUSEUM_INSECT_PRIVATE_DATA* actor, int r4, GAME* g
minsect_kumo_down_init, minsect_kumo_hide_init };
static PRIV_INSECT_PROCESS move_proc[] = { minsect_kumo_wait, minsect_kumo_move, minsect_kumo_up, minsect_kumo_down,
minsect_kumo_hide };
// unused, but has to be here because of data pooling
static f32 scaleX_table[] = { 1.15, 0.5f, 1.15f, 0.5f, 1.15f, 0.5f, 1.15f };
actor->_04 = move_proc[r4];
init_proc[r4](actor, game);