Starting to forget about pressing CTRL+S
This commit is contained in:
parent
3858bfb4b7
commit
de81ff9280
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ CSClassT_Init(void)
|
|||
g_classDescrArctic = textfile_to_string("classes/arctic.txt");
|
||||
g_classDescrGuerilla = textfile_to_string("classes/guerilla.txt");
|
||||
|
||||
if (g_classDescrAuto)
|
||||
g_classDescrAuto = textfile_to_string("classes/autoselect.txt");
|
||||
if (!g_classDescrAuto)
|
||||
g_classDescrAuto = textfile_to_string("classes/autoselect.txt");
|
||||
}
|
||||
|
||||
static VGUIWindow winClassSelection;
|
||||
|
|
Loading…
Reference in a new issue