Remove effects.nas
This commit is contained in:
parent
85779a5676
commit
475518672d
2 changed files with 8 additions and 5 deletions
|
@ -1,4 +0,0 @@
|
|||
#============================ Tyre Smoke ===================================
|
||||
aircraft.tyresmoke_system.new(0, 1, 2);
|
||||
|
||||
aircraft.rain.init();
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue