--- hatari/src/gui-sdl/dlgMain.c 2019/04/09 08:48:53 1.1.1.10 +++ hatari/src/gui-sdl/dlgMain.c 2019/04/09 08:53:30 1.1.1.12 @@ -1,8 +1,8 @@ /* Hatari - dlgMain.c - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. The main dialog. */ @@ -120,6 +120,8 @@ int Dialog_MainDlg(bool *bReset, bool *b { /* Memory snapshot has been loaded - leave GUI immediately */ *bLoadedSnapshot = true; + SDL_ShowCursor(bOldMouseVisibility); + Main_WarpMouse(nOldMouseX, nOldMouseY); return true; } break;