Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendovsky committed Oct 12, 2015
2 parents 9aa35af + 7ce365f commit fcc141a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jm_free.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,11 @@ extern int16_t starting_episode, starting_level, starting_difficulty;

void freed_main()
{
if (::g_args.has_option("version")) {
bstone::Log::write_version();
::Quit();
}

// Setup for APOGEECD thingie.
//
InitDestPath();
Expand Down Expand Up @@ -1004,11 +1009,6 @@ void freed_main()
::initialize_ca_constants();
::gamestuff.initialize();

if (::g_args.has_option("version")) {
bstone::Log::write_version();
::Quit();
}

if (::g_args.has_option("no_screens")) {
::no_screens = true;
}
Expand Down

0 comments on commit fcc141a

Please sign in to comment.