source: AE/packages/VanillaBSL/IGMD/roof/roof_main.bsl @ 407

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

rename ahoy

File size: 272 bytes
Line 
1#
2# power_main.bsl
3#
4
5func void
6main(
7        void)
8{
9        env_shade 1500 1501 .9 .8 .9
10        gl_fog_blue=0
11        gl_fog_red=0
12        gl_fog_green=0
13        gl_fog_start=.975
14        gs_farclipplane_set 900
15        start
16        if (my_save_point eq 0)
17        {
18                fork intro     
19        }
20        env_show 31 0
21        env_show 41 0
22}
Note: See TracBrowser for help on using the repository browser.