Fix errors in Carrier scenarios:
Move unload script within nasal tag block Fix misprint in UI descriptions
This commit is contained in:
parent
75e18f1b67
commit
1b9c87a04c
5 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
Places 2 Nimitz-class Carriers in the environment -
|
||||
|
||||
USS Nimitz - in the Pacific Ocean off San Fransisco
|
||||
USS Nimitz - in the Pacific Ocean off San Francisco
|
||||
USS Eisenhower in the Mediterranean off Toulon
|
||||
|
||||
Notes:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<description>
|
||||
Sets up USS Vinson in an operating
|
||||
box 60nm west of San Fransisco.
|
||||
box 60nm west of San Francisco.
|
||||
|
||||
Notes:
|
||||
USS Vinson is a highly detailed model, and may cause
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
setprop("/controls/kuznetsov/turn-to-base-course", 1);
|
||||
]]>
|
||||
</load>
|
||||
</nasal>
|
||||
|
||||
<unload>
|
||||
<![CDATA[
|
||||
# clean up listeners
|
||||
|
@ -59,6 +59,7 @@
|
|||
removelistener(l_jbd2);
|
||||
]]>
|
||||
</unload>
|
||||
</nasal>
|
||||
<model>
|
||||
<name>flols</name>
|
||||
<path>Models/Geometry/Nimitz/Models/flols.xml</path>
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
setprop("/controls/liaoning/turn-to-base-course", 1);
|
||||
]]>
|
||||
</load>
|
||||
</nasal>
|
||||
<unload>
|
||||
<![CDATA[
|
||||
# clean up listeners
|
||||
|
@ -59,6 +58,7 @@
|
|||
removelistener(l_jbd2);
|
||||
]]>
|
||||
</unload>
|
||||
</nasal>
|
||||
<model>
|
||||
<name>flols</name>
|
||||
<path>Models/Geometry/Nimitz/Models/flols.xml</path>
|
||||
|
|
|
@ -258,7 +258,6 @@ apart from most of the very excellent textures, remain. -->
|
|||
|
||||
]]>
|
||||
</load>
|
||||
</nasal>
|
||||
|
||||
<unload>
|
||||
<![CDATA[
|
||||
|
@ -278,7 +277,7 @@ apart from most of the very excellent textures, remain. -->
|
|||
|
||||
]]>
|
||||
</unload>
|
||||
|
||||
</nasal>
|
||||
|
||||
<!--<model>
|
||||
<path>Models/Geometry/Nimitz/Crew/crew.xml</path>
|
||||
|
|
Loading…
Reference in a new issue