src/fios.cpp
changeset 6505 abcb0580d976
parent 6450 1c2016673250
child 6566 a780a47d6af3
child 9895 7bd07f43b0e3
equal deleted inserted replaced
6504:5578f2fa1a73 6505:abcb0580d976
   402 	if (strcasecmp(ext, ".bmp") == 0) return FIOS_TYPE_BMP;
   402 	if (strcasecmp(ext, ".bmp") == 0) return FIOS_TYPE_BMP;
   403 
   403 
   404 	return FIOS_TYPE_INVALID;
   404 	return FIOS_TYPE_INVALID;
   405 }
   405 }
   406 
   406 
   407 // Get a list of Heightmaps
   407 /* Get a list of Heightmaps */
   408 FiosItem *FiosGetHeightmapList(int mode)
   408 FiosItem *FiosGetHeightmapList(int mode)
   409 {
   409 {
   410 	static char *_fios_hmap_path = NULL;
   410 	static char *_fios_hmap_path = NULL;
   411 
   411 
   412 	if (_fios_hmap_path == NULL) {
   412 	if (_fios_hmap_path == NULL) {