Commit 4fc1f58e authored by nanahira's avatar nanahira

fix

parent f0156a87
...@@ -233,7 +233,7 @@ void ReplayMode::EndDuel() { ...@@ -233,7 +233,7 @@ void ReplayMode::EndDuel() {
if(!is_closing) { if(!is_closing) {
if(auto_watch_mode && no_wait_before_exit) { if(auto_watch_mode && no_wait_before_exit) {
mainGame->device->closeDevice(); mainGame->device->closeDevice();
return false; return;
} }
mainGame->actionSignal.Reset(); mainGame->actionSignal.Reset();
mainGame->gMutex.lock(); 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