#118 fix shaders with ja2 wildfire

This commit is contained in:
FunkyFr3sh 2021-09-09 21:32:54 +02:00
parent 15438c70c4
commit 31119eacb8
3 changed files with 33 additions and 11 deletions

View file

@ -10,7 +10,8 @@ typedef struct CNCDDRAWCONFIG
RECT window_rect;
int window_state;
char ini_path[MAX_PATH];
char process_file_name[96];
char game_path[MAX_PATH];
char process_file_name[MAX_PATH];
int save_settings;
} CNCDDRAWCONFIG;