From 9477aad95066b896ed08929b54e36b8cd1545e86 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 25 Nov 1997 23:20:44 +0000 Subject: [PATCH] Changed planets.dat Planets.dat --- Scenery/orbits.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Scenery/orbits.c b/Scenery/orbits.c index c2618561..5ed85c9f 100644 --- a/Scenery/orbits.c +++ b/Scenery/orbits.c @@ -129,7 +129,7 @@ void fgSolarSystemInit(struct fgTIME t) path[0] = '\0'; strcat(path, g->root_dir); strcat(path, "/Scenery/"); - strcat(path, "planets.dat"); + strcat(path, "Planets.dat"); if ( (data = fopen(path, "r")) == NULL ) { @@ -170,9 +170,12 @@ void fgSolarSystemUpdate(struct OrbElements *planet, struct fgTIME t) /* $Log$ -/* Revision 1.2 1997/11/25 19:25:36 curt -/* Changes to integrate Durk's moon/sun code updates + clean up. +/* Revision 1.3 1997/11/25 23:20:44 curt +/* Changed planets.dat Planets.dat /* + * Revision 1.2 1997/11/25 19:25:36 curt + * Changes to integrate Durk's moon/sun code updates + clean up. + * * Revision 1.1 1997/10/25 03:16:10 curt * Initial revision of code contributed by Durk Talsma. * -- 2.39.2