source:
nikanabo/current/bsl/original/IGMD/Airport/airport_main.bsl
Last change on this file was 185, checked in by , 17 years ago | |
---|---|
File size: 317 bytes |
Line | |
---|---|
1 | # |
2 | # airport_main.bsl |
3 | # |
4 | |
5 | var int my_save_point; |
6 | |
7 | func 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.