Fix spark group index

This commit is contained in:
Ryan Dwyer
2023-05-13 17:54:39 +10:00
parent 4ae1652548
commit ceb3238c47
+1 -1
View File
@@ -212,7 +212,7 @@ void sparksCreate(s32 room, struct prop *prop, struct coord *pos, struct coord *
g_NextSparkGroupIndex++;
if (g_NextSparkGroupIndex >= 0) {
if (g_NextSparkGroupIndex >= 10) {
g_NextSparkGroupIndex = 0;
}