Skip to content

Commit

Permalink
Fix incorrect loading stage number for loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Mar 31, 2019
1 parent 4e570d4 commit 0f93ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs/engine/xrEngine/x_ray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ void CApplication::LoadTitleInt(LPCSTR str)
Msg("* phase cmem: %d K", Memory.mem_usage() / 1024);
Log(app_title);
if (g_pGamePersistent->GameType() == EGameIDs::eGameIDSingle &&
strstr(Core.Params, "alife"))
!xr_strcmp(g_pGamePersistent->m_game_params.m_alife, "alife"))
{
max_load_stage = 17;
}
Expand Down

0 comments on commit 0f93ccf

Please sign in to comment.