equal
deleted
inserted
replaced
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) { |