We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47ed69 commit 8a7d608Copy full SHA for 8a7d608
src/xrEngine/x_ray.cpp
@@ -332,7 +332,7 @@ void CApplication::LoadStage()
332
Msg("* phase cmem: %d K", Memory.mem_usage() / 1024);
333
334
if (g_pGamePersistent->GameType() == 1 && !xr_strcmp(g_pGamePersistent->m_game_params.m_alife, "alife"))
335
- max_load_stage = 17;
+ max_load_stage = 18;
336
else
337
max_load_stage = 14;
338
LoadDraw();
0 commit comments