From 99efc15c1c80e9f251df2a2c77c82d3f1e9ad2f9 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Thu, 5 Dec 2013 15:49:08 -0600 Subject: [PATCH] removed rc5 --- 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 b7bcdc8f3..a12bf7a49 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -166,7 +166,7 @@ class RscDisplayMain : RscStandardDisplay class DAYZ_Version : CA_Version { idc = -1; - text = "DayZ Epoch 1.0.3 RC5"; + text = "DayZ Epoch 1.0.3"; y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)"; }; delete CA_TitleMainMenu;