]> git.mxchange.org Git - flightgear.git/blobdiff - Time/fg_time.c
Tweaks for verion 0.15 release.
[flightgear.git] / Time / fg_time.c
index 0c040a22a3ff0f613acfbf047238bab84244249f..c059f8144d9fae04c15d945e08c704448a7d09a6 100644 (file)
@@ -233,7 +233,7 @@ void fgTimeUpdate(struct FLIGHT *f, struct fgTIME *t) {
     /* get current Unix calendar time (in seconds) */
     warp += 60; 
     /* warp = 0; */
-    t->cur_time = time(NULL) + (12) * 60 * 60;
+    t->cur_time = time(NULL) + (0) * 60 * 60;
     t->cur_time += warp;
     printf("Current Unix calendar time = %ld  warp = %ld\n", t->cur_time, warp);
 
@@ -285,9 +285,12 @@ void fgTimeUpdate(struct FLIGHT *f, struct fgTIME *t) {
 
 
 /* $Log$
-/* Revision 1.13  1997/12/09 05:11:56  curt
-/* Working on tweaking lighting.
+/* Revision 1.14  1997/12/10 01:19:52  curt
+/* Tweaks for verion 0.15 release.
 /*
+ * Revision 1.13  1997/12/09 05:11:56  curt
+ * Working on tweaking lighting.
+ *
  * Revision 1.12  1997/12/09 04:25:37  curt
  * Working on adding a global lighting params structure.
  *