diff --git a/librecomp/src/recomp.cpp b/librecomp/src/recomp.cpp index 0c1d462..8f0d8a3 100644 --- a/librecomp/src/recomp.cpp +++ b/librecomp/src/recomp.cpp @@ -377,6 +377,7 @@ void recomp::start_game(const std::u8string& game_id) { std::lock_guard lock(current_game_mutex); current_game = game_id; game_status.store(GameStatus::Running); + game_status.notify_all(); } bool ultramodern::is_game_started() {