From bfcb44c5585b3be1e87d66508fa8c269d01c1c9e Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 24 Feb 2014 15:42:41 -0600 Subject: [PATCH] fixed missing mod.paa --- SQF/dayz_code/Configs/rscTitles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index 9f7e29194..3663503ba 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -173,7 +173,7 @@ class RscDisplayMain : RscStandardDisplay { text = "\ca\ui\data\ui_mainmenu_background_ca.paa"; }; class CA_ARMA2 : RscPicture { - text = "z\addons\dayz_code\gui\mod.paa"; + text = "z\addons\dayz_code\gui\dayz_logo_ca.paa"; }; };