From cb4447051ba7c5db04cad14ea241a0a263fdf38c Mon Sep 17 00:00:00 2001 From: Skaronator Date: Sun, 22 Sep 2013 12:01:07 +0200 Subject: [PATCH] Remove Quicktips in Loadingscreen to fix the Blackscreen Issue sometimes --- SQF/dayz_code/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp index 472a47ce7..1f8e20eff 100644 --- a/SQF/dayz_code/config.cpp +++ b/SQF/dayz_code/config.cpp @@ -92,6 +92,11 @@ class CfgActions { */ }; + +class CfgLoadingTexts { + titlesDefault[] = {""}; +}; + class CfgAISkill { aimingaccuracy[] = {0, 0, 1, 1}; aimingshake[] = {0, 0, 1, 1};