ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
AE
/
packages
/
VanillaBSL
/
IGMD
/
roof
/
roof_main.bsl
Revision:
313
Committed:
Sun May 3 07:36:58 2009 UTC
(16 years, 5 months ago) by
gumby
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
}