Remove warning about change of config file location under Windows, since it is frequently repeated (due to code restructures). The information is mentioned in the README anyway.
svn-id: r34104
This commit is contained in:
parent
d9d77fef03
commit
dded0de6c2
1 changed files with 0 additions and 6 deletions
|
@ -304,12 +304,6 @@ static Common::String getDefaultConfigFileName() {
|
|||
GetWindowsDirectory(oldConfigFile, MAXPATHLEN);
|
||||
strcat(oldConfigFile, "\\" DEFAULT_CONFIG_FILE);
|
||||
if ((tmp = fopen(oldConfigFile, "r"))) {
|
||||
printf("The default location of the config file (scummvm.ini) in ScummVM has changed,\n");
|
||||
printf("under Windows NT4/2000/XP/Vista. You may want to consider moving your config\n");
|
||||
printf("file from the old default location:\n");
|
||||
printf("%s\n", oldConfigFile);
|
||||
printf("to the new default location:\n");
|
||||
printf("%s\n\n", configFile);
|
||||
strcpy(configFile, oldConfigFile);
|
||||
|
||||
fclose(tmp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue