specify full path to ddraw.ini in case of bad working dir

This commit is contained in:
FunkyFr3sh 2022-09-08 04:20:51 +02:00
parent 0997f514c4
commit c21123b606
2 changed files with 12 additions and 2 deletions

View file

@ -12,6 +12,7 @@ typedef struct CNCDDRAWCONFIG
char ini_path[MAX_PATH];
char game_path[MAX_PATH];
char process_file_name[MAX_PATH];
char process_file_ext[MAX_PATH];
int save_settings;
} CNCDDRAWCONFIG;