]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/moon.c
Integrated new event manager with subsystem initializations.
[flightgear.git] / Scenery / moon.c
index 839de32f26932b042e82332f2aa157a5f2d2026b..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 */
@@ -315,3 +317,12 @@ void fgMoonRender() {
     xglPopMatrix();
 }
 
+
+/* $Log$
+/* 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.
+ *
+ */