source: AE/packages/VanillaBSL/IGMD/tctf/tctf_main.bsl @ 407

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

rename ahoy

File size: 332 bytes
Line 
1#
2# tctf_main.bsl
3#
4
5func void
6main(
7        void)
8{       
9
10        gl_fog_blue=0
11        gl_fog_red=0
12        gl_fog_green=0
13        gl_fog_start=.995
14        gs_farclipplane_set 5000
15        env_show 601 0
16        env_show 602 0 
17        env_show 321 0
18        env_show 322 0
19        env_show 323 0
20        env_show 324 0
21        env_show 325 0                 
22        start
23        if (my_save_point eq 0)
24        {
25                Cut01
26        }
27}
28       
Note: See TracBrowser for help on using the repository browser.