fix hud render states; bug in coronas

This commit is contained in:
aap
2019-06-29 17:54:09 +02:00
parent d711af4757
commit 8946a20983
4 changed files with 808 additions and 816 deletions

View File

@ -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])

File diff suppressed because it is too large Load Diff