X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;fp=src%2Fgame.c;h=550c76e5fd5ef3b715cd47c1c0fa46b1d8b65f37;hp=efc81e4e56214c58ac33a36004e828df3303d4e9;hb=f6e0228a241d63761208d8e64d292745d03fd07e;hpb=0c8ca57132eb4cfa4a941409e55aabe5c49ebe15 diff --git a/src/game.c b/src/game.c index efc81e4e..550c76e5 100644 --- a/src/game.c +++ b/src/game.c @@ -4479,6 +4479,8 @@ void InitGame(void) if (setup.sound_music) PlayLevelMusic(); } + + SetPlayfieldMouseCursorEnabled(!game.use_mouse_actions); } void UpdateEngineValues(int actual_scroll_x, int actual_scroll_y,