Fixed: #966 Don't exit if no corresponding screen mode found in windowed

hg/feature/sound
kervala 15 years ago
parent 5af2dbea2a
commit 6672da9201

@ -2785,7 +2785,7 @@ public:
}
// If no modes are available, display a message and exit
if (nFoundMode == -1)
if (!ClientCfg.Windowed && nFoundMode == -1)
{
Driver->systemMessageBox("No Video Modes available!\n"
"Minimum Video mode to play Ryzom is 800x600.\n",

Loading…
Cancel
Save