Commit 4fc1f58e authored by nanahira's avatar nanahira

fix

parent f0156a87
......@@ -233,7 +233,7 @@ void ReplayMode::EndDuel() {
if(!is_closing) {
if(auto_watch_mode && no_wait_before_exit) {
mainGame->device->closeDevice();
return false;
return;
}
mainGame->actionSignal.Reset();
mainGame->gMutex.lock();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment