]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/tilecache.c
Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
[flightgear.git] / Scenery / tilecache.c
index 9e958d858cb7cba052337aed59ff77eac0028185..e85e71149a98468f2f25d270bf1f795c6c455bb3 100644 (file)
@@ -1,5 +1,5 @@
 /**************************************************************************
- * tilecache.c -- routines to hancle scenery tile caching
+ * tilecache.c -- routines to handle scenery tile caching
  *
  * Written by Curtis Olson, started January 1998.
  *
@@ -105,10 +105,23 @@ void fgTileCacheEntryInfo( int index, GLint *display_list,
 }
 
 
+/* Free the specified cache entry
+void fgTileCacheEntryFree( in index ) {
+}
+*/
+
+
 /* $Log$
-/* Revision 1.1  1998/01/24 00:03:29  curt
-/* Initial revision.
+/* Revision 1.3  1998/01/27 00:48:03  curt
+/* Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+/* system and commandline/config file processing code.
 /*
+ * Revision 1.2  1998/01/26 15:55:24  curt
+ * Progressing on building dynamic scenery system.
+ *
+ * Revision 1.1  1998/01/24 00:03:29  curt
+ * Initial revision.
+ *
  */