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=8fe7595b7c7088464c9d226bae64934b3beaf10f;p=flightgear.git log file tweak. --- diff --git a/Astro/moon.cxx b/Astro/moon.cxx index 167c39459..4027d63a2 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 *