Skip to content

Commit

Permalink
xrGame: add -nointro option for Release on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vamit611 committed Jan 26, 2019
1 parent ce85a06 commit 3d7a172
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/xrGame/GamePersistent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,7 @@ void CGamePersistent::WeathersUpdate()
bool allow_intro()
{
#if defined(WINDOWS)
#ifdef MASTER_GOLD
if (g_SASH.IsRunning())
#else // #ifdef MASTER_GOLD
if ((0 != strstr(Core.Params, "-nointro")) || g_SASH.IsRunning())
#endif // #ifdef MASTER_GOLD
#else
if (0 != strstr(Core.Params, "-nointro"))
#endif
Expand Down

0 comments on commit 3d7a172

Please sign in to comment.