Merge commit '70aafdb1f3
' into dev
This commit is contained in:
commit
566dcf4bb3
1 changed files with 3 additions and 1 deletions
|
@ -271,7 +271,9 @@ static void graphics_subinit()
|
|||
{
|
||||
if (screen == nullptr)
|
||||
{
|
||||
fprintf(stderr, "Unable to set video mode: %s\n", SDL_GetError());
|
||||
open_screen(&currprefs);
|
||||
if (screen == nullptr)
|
||||
fprintf(stderr, "Unable to set video mode: %s\n", SDL_GetError());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue