mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-06 09:32:49 -04:00
Fix spark group index
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user