Skip to content

Commit 8a7d608

Browse files
committed
Fix number of loading stages
New st_loading_lights stage was added previously
1 parent e47ed69 commit 8a7d608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrEngine/x_ray.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ void CApplication::LoadStage()
332332
Msg("* phase cmem: %d K", Memory.mem_usage() / 1024);
333333

334334
if (g_pGamePersistent->GameType() == 1 && !xr_strcmp(g_pGamePersistent->m_game_params.m_alife, "alife"))
335-
max_load_stage = 17;
335+
max_load_stage = 18;
336336
else
337337
max_load_stage = 14;
338338
LoadDraw();

0 commit comments

Comments
 (0)