X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=1f39cd8f6da96adf4d024d849c036cf667d6add5;hp=670f8cb14a19a29e0ce6bbfe04483b2790c0d1a9;hb=da14f69fd95c7bd5a0d70cdf4935af06f1f20a04;hpb=228a5718ede5ee00512ed2e333b3cee47baa124c diff --git a/src/game.c b/src/game.c index 670f8cb1..1f39cd8f 100644 --- a/src/game.c +++ b/src/game.c @@ -11,13 +11,12 @@ * game.c * ***********************************************************/ +#include "libgame/libgame.h" + #include "game.h" -#include "misc.h" #include "tools.h" #include "screens.h" -#include "sound.h" #include "init.h" -#include "buttons.h" #include "files.h" #include "tape.h" #include "joystick.h" @@ -176,7 +175,7 @@ void GetPlayerConfig() setup.sound_music = FALSE; } - if (!fullscreen_available) + if (!video.fullscreen_available) setup.fullscreen = FALSE; setup.sound_simple = setup.sound;