Increase default windowed screen height to the minimum

for a colour Mac (was appropriate for B&W only)
This commit is contained in:
nigel 2003-03-26 00:18:05 +00:00
parent e8522126d5
commit 5f7830a3d5

View File

@ -93,5 +93,5 @@ void SavePrefs(void)
void AddPlatformPrefsDefaults(void)
{
PrefsReplaceString("extfs", "/");
PrefsReplaceString("screen", "win/512/342/32");
PrefsReplaceString("screen", "win/512/384/16");
}