source:
AE/packages/VanillaBSL/IGMD/power/power_main.bsl
@
407
Last change on this file since 407 was 407, checked in by gumby, 14 years ago | |
---|---|
File size: 436 bytes |
Line | |
---|---|
1 | # |
2 | # power_main.bsl |
3 | # |
4 | |
5 | func void |
6 | main( |
7 | void) |
8 | { |
9 | env_show 100 0 |
10 | env_show 101 0 |
11 | env_show 102 0 |
12 | env_show 103 0 |
13 | env_show 104 0 |
14 | gl_fog_blue=0 |
15 | gl_fog_red=0 |
16 | gl_fog_green=0 |
17 | gl_fog_start=.99 |
18 | gs_farclipplane_set 3000 |
19 | #hide elevator gunk |
20 | env_show 802 0 |
21 | env_show 822 0 |
22 | |
23 | my_save_point = save_point |
24 | |
25 | start |
26 | |
27 | if (my_save_point eq 0) |
28 | { |
29 | fork intro(); |
30 | } |
31 | } |
32 | |
33 | #func void chase1(int chr_index) |
34 | #{ |
35 | #} |
36 |
Note: See TracBrowser
for help on using the repository browser.