ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/nikanabo/current/bsl/original/IGMD/roof/roof_main.bsl
Revision: 185
Committed: Mon May 21 18:48:22 2007 UTC (18 years, 5 months ago) by geyser
File size: 272 byte(s)
Log Message:

File Contents

# Content
1 #
2 # power_main.bsl
3 #
4
5 func void
6 main(
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 }