From 475518672d4e44000f18b9ae0d4f0c851cc19e94 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Sat, 11 Jul 2020 20:35:34 +0100 Subject: [PATCH] Remove effects.nas --- Nasal/Effects/effects.nas | 4 ---- Nasal/Libraries/libraries.nas | 9 ++++++++- 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 Nasal/Effects/effects.nas diff --git a/Nasal/Effects/effects.nas b/Nasal/Effects/effects.nas deleted file mode 100644 index 977b2a79..00000000 --- a/Nasal/Effects/effects.nas +++ /dev/null @@ -1,4 +0,0 @@ -#============================ Tyre Smoke =================================== -aircraft.tyresmoke_system.new(0, 1, 2); - -aircraft.rain.init(); diff --git a/Nasal/Libraries/libraries.nas b/Nasal/Libraries/libraries.nas index 944e285d..72bad2e6 100644 --- a/Nasal/Libraries/libraries.nas +++ b/Nasal/Libraries/libraries.nas @@ -207,10 +207,17 @@ var triggerDoor = func(door, doorName, doorDesc) { } }; + +####################### +# Effects # +####################### +aircraft.tyresmoke_system.new(0, 1, 2); + +aircraft.rain.init(); + ####################### # Various Other Stuff # ####################### - var systemsInit = func { fbw.FBW.init(); effects.light_manager.init();