Rename prop linked list symbols and functions

This commit is contained in:
Ryan Dwyer
2021-01-08 08:10:30 +10:00
parent 80c09d12f0
commit e8e2e2d131
25 changed files with 125 additions and 125 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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);