Style fix

This commit is contained in:
Sebastian Krzyszkowiak 2021-07-24 02:20:01 +02:00
parent 18885f62e5
commit 35bd8aa2a2
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

View file

@ -345,7 +345,9 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
al_destroy_bitmap(icon);
}
if (game->config.fullscreen) { al_hide_mouse_cursor(game->display); }
if (game->config.fullscreen) {
al_hide_mouse_cursor(game->display);
}
al_inhibit_screensaver(true);
SetupViewport(game);