summaryrefslogtreecommitdiffstats
path: root/src/render/Coronas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Coronas.cpp')
-rw-r--r--src/render/Coronas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Coronas.cpp b/src/render/Coronas.cpp
index 64053007..f7a6f7d5 100644
--- a/src/render/Coronas.cpp
+++ b/src/render/Coronas.cpp
@@ -388,7 +388,7 @@ CCoronas::Render(void)
// streaks
for(i = 0; i < NUMCORONAS; i++){
if(aCoronas[i].id == 0 || !aCoronas[i].drawStreak)
- break;
+ continue;
for(j = 0; j < 5; j++){
if(!aCoronas[i].hasValue[j] || !aCoronas[i].hasValue[j+1])