== 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);
}
}
/* $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.
/* $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.