]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/moon.c
Integrated new event manager with subsystem initializations.
[flightgear.git] / Scenery / moon.c
index fcf038f2b91519f7c953bc6a4baf8c61db36b9d7..bc2592b0561f8bc61b08cd79aea550ae07b889fc 100644 (file)
@@ -260,6 +260,8 @@ void fgMoonInit() {
     struct fgLIGHT *l;
     static int dl_exists = 0;
 
+    printf("Initializing the Moon\n");
+
     l = &cur_light_params;
 
     /* position the moon */
@@ -317,7 +319,10 @@ void fgMoonRender() {
 
 
 /* $Log$
-/* Revision 1.13  1997/12/30 16:41:00  curt
-/* Added log at end of file.
+/* Revision 1.14  1997/12/30 20:47:50  curt
+/* Integrated new event manager with subsystem initializations.
 /*
+ * Revision 1.13  1997/12/30 16:41:00  curt
+ * Added log at end of file.
+ *
  */