diff options
author | aap <aap@papnet.eu> | 2019-06-29 17:54:09 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-29 17:54:09 +0200 |
commit | 8946a209831f125f84faa77b59d6bf32cca35873 (patch) | |
tree | ff3838b129c0c5f3067903458bd8d621bd659683 /src/render/Coronas.cpp | |
parent | d711af4757f6eff6687f6e3b40efaabfb301bfda (diff) |
fix hud render states; bug in coronas
Diffstat (limited to 'src/render/Coronas.cpp')
-rw-r--r-- | src/render/Coronas.cpp | 2 |
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]) |