Rewrite of event manager thanks to Bernie Bright.
This commit is contained in:
parent
48ea415f69
commit
f801b0ed1e
1 changed files with 6 additions and 3 deletions
|
@ -254,7 +254,7 @@ void fgSkyInit( void ) {
|
||||||
|
|
||||||
/* regester fgSkyColorsInit() as an event to be run periodically */
|
/* regester fgSkyColorsInit() as an event to be run periodically */
|
||||||
global_events.Register( "fgSkyColorsInit()", fgSkyColorsInit,
|
global_events.Register( "fgSkyColorsInit()", fgSkyColorsInit,
|
||||||
FG_EVENT_READY, 30000);
|
fgEVENT::FG_EVENT_READY, 30000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -368,9 +368,12 @@ void fgSkyRender( void ) {
|
||||||
|
|
||||||
|
|
||||||
/* $Log$
|
/* $Log$
|
||||||
/* Revision 1.9 1998/08/22 01:18:59 curt
|
/* Revision 1.10 1998/08/29 13:07:16 curt
|
||||||
/* Minor tweaks to avoid using unitialized memory.
|
/* Rewrite of event manager thanks to Bernie Bright.
|
||||||
/*
|
/*
|
||||||
|
* Revision 1.9 1998/08/22 01:18:59 curt
|
||||||
|
* Minor tweaks to avoid using unitialized memory.
|
||||||
|
*
|
||||||
* Revision 1.8 1998/08/12 21:40:44 curt
|
* Revision 1.8 1998/08/12 21:40:44 curt
|
||||||
* Sky now tracks adjusted fog color so it blends well with terrain.
|
* Sky now tracks adjusted fog color so it blends well with terrain.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue