From e3aa9b3d22b852cef48170a38c80f7f828b8134a Mon Sep 17 00:00:00 2001 From: ulteq Date: Sun, 12 Apr 2015 23:20:27 +0200 Subject: [PATCH] Added a RSC preload class --- addons/kestrel4500/RscTitles.hpp | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/addons/kestrel4500/RscTitles.hpp b/addons/kestrel4500/RscTitles.hpp index 6d2e1f51d7..2fc369323f 100644 --- a/addons/kestrel4500/RscTitles.hpp +++ b/addons/kestrel4500/RscTitles.hpp @@ -307,4 +307,38 @@ class RscTitles }; }; }; + + class RscKestrel4500_Preload { + idd = -1; + movingEnable = 0; + duration = 1e+011; + fadein = 0; + fadeout = 0; + class controls { + class Preload_0 { + text = PATHTOF(UI\Kestrel4500_0.paa); + }; + class Preload_1 { + text = PATHTOF(UI\Kestrel4500_1.paa); + }; + class Preload_2 { + text = PATHTOF(UI\Kestrel4500_2.paa); + }; + class Preload_3 { + text = PATHTOF(UI\Kestrel4500_3.paa); + }; + class Preload_4 { + text = PATHTOF(UI\Kestrel4500_4.paa); + }; + class Preload_5 { + text = PATHTOF(UI\Kestrel4500_5.paa); + }; + class Preload_6 { + text = PATHTOF(UI\Kestrel4500_6.paa); + }; + class Preload_7 { + text = PATHTOF(UI\Kestrel4500_7.paa); + }; + }; + }; }; \ No newline at end of file