Skip to content

Commit b408b97

Browse files
committed
fix rw bug when exit from commander menu
Signed-off-by: Michel-FK <[email protected]>
1 parent 5ddedc1 commit b408b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdlutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ void hastalavista(void)
229229
// Free resources
230230
CResourceManager::instance().sdlCleanup();
231231
// Quit SDL
232+
FK_EndMenu();
232233
TTF_Quit();
233234
IMG_Quit();
234235
SDL_Quit();
235-
FK_EndMenu();
236236
}
237237

238238
void pleaseWait(void)

0 commit comments

Comments
 (0)