Additional trader clean up

This commit is contained in:
GriffinR
2022-02-27 13:58:48 -05:00
parent 36e5d5e759
commit 3d0663fe81
2 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ static void ClearDecorationInventory(u8 category)
void ClearDecorationInventories(void)
{
u8 category;
for (category = 0; category < 8; category++)
for (category = 0; category < DECORCAT_COUNT; category++)
ClearDecorationInventory(category);
}