Reset the candidate cycle when advancing levels

This commit is contained in:
斟酌 鵬兄 2016-03-09 14:54:46 +08:00
parent ab0add94d2
commit 33b1d18836
2 changed files with 2 additions and 1 deletions

View File

@ -386,6 +386,7 @@
if( 1 < ModLevels.length ) if( 1 < ModLevels.length )
{ {
CandidateCycle = -1;
stage( Candidates ); stage( Candidates );
title( true ); title( true );
stage()[0].value = "`"; stage()[0].value = "`";