1
0
Fork 0

Fixed output message.

This commit is contained in:
curt 1998-09-17 18:25:11 +00:00
parent b5cf8b7323
commit 9e9fbd3185
3 changed files with 13 additions and 7 deletions

View file

@ -78,7 +78,7 @@ Moon::Moon(fgTIME *t) :
== NULL )
{
fgPrintf( FG_GENERAL, FG_EXIT,
"Error in loading moon texture %s\n", tpath );
"Error in loading moon texture %s\n", tpath.c_str() );
exit(1);
}
}

View file

@ -261,10 +261,13 @@ void fgStarsRender( void ) {
/* $Log$
/* Revision 1.14 1998/09/15 04:26:22 curt
/* New textured moon and rewritten/restructured Astro code contributed by Durk
/* Talsma.
/* Revision 1.15 1998/09/17 18:25:12 curt
/* Fixed output message.
/*
* Revision 1.14 1998/09/15 04:26:22 curt
* New textured moon and rewritten/restructured Astro code contributed by Durk
* Talsma.
*
* Revision 1.13 1998/09/01 19:03:04 curt
* Changes contributed by Bernie Bright <bbright@c031.aone.net.au>
* - The new classes in libmisc.tgz define a stream interface into zlib.

View file

@ -50,10 +50,13 @@ extern fgTIME cur_time_params;
/* $Log$
/* Revision 1.4 1998/09/15 04:26:23 curt
/* New textured moon and rewritten/restructured Astro code contributed by Durk
/* Talsma.
/* Revision 1.5 1998/09/17 18:25:13 curt
/* Fixed output message.
/*
* Revision 1.4 1998/09/15 04:26:23 curt
* New textured moon and rewritten/restructured Astro code contributed by Durk
* Talsma.
*
* Revision 1.3 1998/08/06 12:45:20 curt
* Modified to bring in stars in 8 increments based on magnitude, not number
* of stars.