mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-18 21:18:03 -04:00
Rename prop linked list symbols and functions
This commit is contained in:
@@ -506,7 +506,7 @@ glabel var7f1b5584
|
||||
/* f12a2c0: 03196021 */ addu $t4,$t8,$t9
|
||||
/* f12a2c4: afac009c */ sw $t4,0x9c($sp)
|
||||
/* f12a2c8: afaa0158 */ sw $t2,0x158($sp)
|
||||
/* f12a2cc: 0fc1814e */ jal func0f060538
|
||||
/* f12a2cc: 0fc1814e */ jal propAppendToList1
|
||||
/* f12a2d0: 02a02025 */ or $a0,$s5,$zero
|
||||
/* f12a2d4: 0fc180bc */ jal propShow
|
||||
/* f12a2d8: 02a02025 */ or $a0,$s5,$zero
|
||||
|
||||
@@ -22,7 +22,7 @@ void explosionsFree(void)
|
||||
if (g_Explosions) {
|
||||
for (i = 0; i < 6; i++) {
|
||||
if (g_Explosions[i].prop) {
|
||||
func0f0605c4(g_Explosions[i].prop);
|
||||
propRemoveFromCurrentList(g_Explosions[i].prop);
|
||||
propHide(g_Explosions[i].prop);
|
||||
propFree(g_Explosions[i].prop);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user