mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
fix late night typo
This commit is contained in:
@@ -221,7 +221,7 @@ static void config_create_default(char *path)
|
||||
FILE* fp;
|
||||
|
||||
if (!config_find_rct2_path(gConfig.game_path)) {
|
||||
MessageBox(NULL, "Unable to find RCT2 installation directory. Please select the directoy where you installed RTC2!", "OpenRCT2", MB_OK);
|
||||
MessageBox(NULL, "Unable to find RCT2 installation directory. Please select the directoy where you installed RCT2!", "OpenRCT2", MB_OK);
|
||||
char *res = directory_browser();
|
||||
strcpy(gConfig.game_path, res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user