From f801b0ed1ef492390f8e6a02305d83fc5e6e20ff Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 29 Aug 1998 13:07:16 +0000 Subject: [PATCH] Rewrite of event manager thanks to Bernie Bright. --- Astro/sky.cxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Astro/sky.cxx b/Astro/sky.cxx index 1ba07dc6e..019447d26 100644 --- a/Astro/sky.cxx +++ b/Astro/sky.cxx @@ -254,7 +254,7 @@ void fgSkyInit( void ) { /* regester fgSkyColorsInit() as an event to be run periodically */ global_events.Register( "fgSkyColorsInit()", fgSkyColorsInit, - FG_EVENT_READY, 30000); + fgEVENT::FG_EVENT_READY, 30000); } @@ -368,9 +368,12 @@ void fgSkyRender( void ) { /* $Log$ -/* Revision 1.9 1998/08/22 01:18:59 curt -/* Minor tweaks to avoid using unitialized memory. +/* Revision 1.10 1998/08/29 13:07:16 curt +/* 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 * Sky now tracks adjusted fog color so it blends well with terrain. * -- 2.39.2