source: AE/packages/VanillaBSL/IGMD/Airport/airport_main.bsl @ 407

Last change on this file since 407 was 407, checked in by gumby, 14 years ago

rename ahoy

File size: 317 bytes
Line 
1#
2# airport_main.bsl
3#
4
5var int my_save_point;
6
7func void main(void)
8{
9        gl_fog_blue=0
10        gl_fog_red=0
11        gl_fog_green=0
12        gl_fog_start=.995
13        gs_farclipplane_set 4000
14        env_show 10 0
15        env_show 11 0
16        env_show 12 0
17#       fork airport_cs_intro();
18        func_start
19        if (my_save_point eq 0)
20        {
21        airport_cs_intro
22        }
23}
Note: See TracBrowser for help on using the repository browser.