Skip to content

Commit 84bf0ec

Browse files
committed
Fix preview mode 'preview combo cycling'
1 parent 5b8a6b6 commit 84bf0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zq/zq_class.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5258,7 +5258,7 @@ void zmap::update_combo_cycling()
52585258
int32_t x;
52595259
int32_t newdata[176];
52605260
int32_t newcset[176];
5261-
bool restartanim[MAXCOMBOS];
5261+
bool restartanim[MAXCOMBOS] = {0};
52625262

52635263
for(int32_t i=0; i<176; i++)
52645264
{

0 commit comments

Comments
 (0)