]> git.mxchange.org Git - flightgear.git/commitdiff
Rewrite of event manager thanks to Bernie Bright.
authorcurt <curt>
Sat, 29 Aug 1998 13:07:16 +0000 (13:07 +0000)
committercurt <curt>
Sat, 29 Aug 1998 13:07:16 +0000 (13:07 +0000)
Astro/sky.cxx

index 1ba07dc6ecdf6fdce2bc9bc10e6204a35e248ffb..019447d26aba8b45ea23ddec8638e87f3e111683 100644 (file)
@@ -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.
  *