Fixed AO cycle <- -> buttons not working when cycling was disabled.
parent
d7119ee1cd
commit
cb3ff2abd2
|
|
@ -500,7 +500,8 @@ void AOEngine::cycle(eCycleMode cycleMode)
|
|||
return;
|
||||
}
|
||||
|
||||
if(!state->mCycle)
|
||||
// make sure we disable cycling only for timed cycle, so manual cycling still works, even with cycling switched off
|
||||
if(!state->mCycle && cycleMode==CycleAny)
|
||||
{
|
||||
lldebugs << "cycle timeout, but state is set to not cycling." << llendl;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue