Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
eos428 committed Dec 27, 2020
1 parent 6665994 commit 0121fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fheroes2/game/game_loadgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ int Game::LoadCampain( void )
return DisplayLoadGameDialog();
}

int Game::LoadHotseat()
int Game::LoadHotseat()
{
Settings::Get().SetGameType( Game::TYPE_HOTSEAT );
return DisplayLoadGameDialog();
}

int Game::LoadNetwork()
int Game::LoadNetwork()
{
Settings::Get().SetGameType( Game::TYPE_NETWORK );
return DisplayLoadGameDialog();
Expand Down

0 comments on commit 0121fad

Please sign in to comment.