mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-24 05:46:51 -04:00
f_pc mostly linked for Wii/Shield (#3015)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
static node_list_class l_fpcLn_Line[16];
|
||||
|
||||
void fpcLn_Create() {
|
||||
s32 i = ARRAY_SIZEU(l_fpcLn_Line);
|
||||
int i = ARRAY_SIZEU(l_fpcLn_Line);
|
||||
node_list_class* line_node = l_fpcLn_Line;
|
||||
while (i-- > 0)
|
||||
cLs_Create(line_node++);
|
||||
|
||||
Reference in New Issue
Block a user