Skip to content

Commit

Permalink
Fixup unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 6, 2021
1 parent 4a86e4e commit cefda7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_launcher.cpp
Expand Up @@ -987,7 +987,7 @@ void game_launcher::launch_game(reload_mode reload)

try {
campaign_controller ccontroller(state_);
LEVEL_RESULT result = ccontroller.play_game();
ccontroller.play_game();
ai::manager::singleton_ = nullptr;
} catch(savegame::load_game_exception& e) {
load_data_ = std::move(e.data_);
Expand Down

0 comments on commit cefda7e

Please sign in to comment.