From dabe84e4d6a2dfd4e372d7829926e960d6d53ef1 Mon Sep 17 00:00:00 2001 From: jeefo Date: Wed, 1 Jul 2015 23:04:36 +0300 Subject: [PATCH] push build --- source/interface.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/interface.cpp b/source/interface.cpp index c69e96c..149a32f 100644 --- a/source/interface.cpp +++ b/source/interface.cpp @@ -623,7 +623,6 @@ void InitConfig (void) yb_chat.SetInt (0); } - // GENERAL DATA INITIALIZATION if (OpenConfig ("general.cfg", "General configuration file not found. Loading defaults", &fp)) { @@ -701,7 +700,7 @@ void InitConfig (void) 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) { Array array;