]> git.mxchange.org Git - flightgear.git/blobdiff - FixNode/triload.c
More c++ compile tweaks.
[flightgear.git] / FixNode / triload.c
index f0510bd2700a55826d1a4c672cbc231920f1d544..72d9427f988d50d8926534d6a31c97de35ab9333 100644 (file)
 
 
 int nodecount;
-double nodes[MAX_NODES][3];
 
 
 /* load the node information */
-void triload(char *filename) {
+void triload(char *filename, double nodes[MAX_NODES][3]) {
     FILE *node;
     int dim, junk1, junk2;
     int i;
@@ -67,9 +66,12 @@ void triload(char *filename) {
 
 
 /* $Log$
-/* Revision 1.2  1998/01/09 23:03:09  curt
-/* Restructured to split 1deg x 1deg dem's into 64 subsections.
+/* Revision 1.3  1998/03/03 16:00:59  curt
+/* More c++ compile tweaks.
 /*
+ * Revision 1.2  1998/01/09 23:03:09  curt
+ * Restructured to split 1deg x 1deg dem's into 64 subsections.
+ *
  * Revision 1.1  1997/11/27 00:17:35  curt
  * Initial revision.
  *