From: curt Date: Thu, 3 Sep 1998 21:25:39 +0000 (+0000) Subject: log file tweak. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=38631c9eb3fed21d5a9db03a4b7daa74b3cdd902;p=simgear.git log file tweak. --- diff --git a/Astro/moon.cxx b/Astro/moon.cxx index 167c3945..4027d63a 100644 --- a/Astro/moon.cxx +++ b/Astro/moon.cxx @@ -218,10 +218,13 @@ void fgMoonRender( void ) { /* $Log$ -/* Revision 1.5 1998/07/30 23:43:30 curt -/* Eliminated glScale call so that glutSolidSphere normals are preserved -/* correctly. Also made the sun & moon a bit smaller. +/* Revision 1.6 1998/09/03 21:25:39 curt +/* log file tweak. /* + * Revision 1.5 1998/07/30 23:43:30 curt + * Eliminated glScale call so that glutSolidSphere normals are preserved + * correctly. Also made the sun & moon a bit smaller. + * * Revision 1.4 1998/04/28 01:18:59 curt * Type-ified fgTIME and fgVIEW *