mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-07 07:00:35 -04:00
compile and run in windows (improvements needed)
This commit is contained in:
parent
f55f92a88b
commit
f70b29abab
83 changed files with 415 additions and 3747 deletions
|
@ -58,7 +58,7 @@ void cti_texty(void);
|
|||
|
||||
static int convert_map_strings_1(const char *source_name, LIST_FILE_TYPE type, size_t sz, void *context) {
|
||||
int l = strlen(source_name);
|
||||
if (stricmp(source_name+l-4,".map")) return 0;
|
||||
if (istrcmp(source_name+l-4,".map")) return 0;
|
||||
source_name = set_file_extension(source_name, ".txt");
|
||||
const char *target_name = set_file_extension(concat2("map_", source_name),".csv");
|
||||
const char *target_path = *(const char **)context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue