mirror of
https://github.com/zeldaret/tp
synced 2026-06-10 20:59:01 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -12,7 +12,7 @@ static node_list_class l_fpcLn_Line[16];
|
||||
|
||||
/* 80021F64-80021FB8 0054+00 s=0 e=1 z=0 None .text fpcLn_Create__Fv */
|
||||
void fpcLn_Create() {
|
||||
s32 i = ARRAY_SIZE(l_fpcLn_Line);
|
||||
s32 i = ARRAY_SIZEU(l_fpcLn_Line);
|
||||
node_list_class* line_node = l_fpcLn_Line;
|
||||
while (i-- > 0)
|
||||
cLs_Create(line_node++);
|
||||
@@ -21,5 +21,5 @@ void fpcLn_Create() {
|
||||
/* 804505D8-804505E0 0008+00 s=0 e=2 z=0 None .sdata g_fpcLn_Queue */
|
||||
node_lists_tree_class g_fpcLn_Queue = {
|
||||
l_fpcLn_Line,
|
||||
ARRAY_SIZE(l_fpcLn_Line),
|
||||
ARRAY_SIZEU(l_fpcLn_Line),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user