push build

This commit is contained in:
jeefo 2015-07-01 23:04:36 +03:00
commit dabe84e4d6

View file

@ -623,7 +623,6 @@ void InitConfig (void)
yb_chat.SetInt (0); yb_chat.SetInt (0);
} }
// GENERAL DATA INITIALIZATION // GENERAL DATA INITIALIZATION
if (OpenConfig ("general.cfg", "General configuration file not found. Loading defaults", &fp)) if (OpenConfig ("general.cfg", "General configuration file not found. Loading defaults", &fp))
{ {
@ -701,7 +700,7 @@ void InitConfig (void)
fp.Close (); fp.Close ();
} }
// RADIO/VOICE SYSTEM INITIALIZATION // CHATTER SYSTEM INITIALIZATION
if (OpenConfig ("chatter.cfg", "Couldn't open chatter system configuration", &fp) && g_gameVersion != CSV_OLD && yb_communication_type.GetInt () == 2) if (OpenConfig ("chatter.cfg", "Couldn't open chatter system configuration", &fp) && g_gameVersion != CSV_OLD && yb_communication_type.GetInt () == 2)
{ {
Array <String> array; Array <String> array;