Skip to content

Commit 6f39b34

Browse files
committed
fix rw bug when exit from commander menu
Signed-off-by: Michel-FK <[email protected]>
1 parent 23e2929 commit 6f39b34

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
@@ -139,10 +139,10 @@ void SDL_utils::hastalavista(void)
139139
// Free resources
140140
CResourceManager::instance().sdlCleanup();
141141
// Quit SDL
142+
FK_EndMenu();
142143
TTF_Quit();
143144
IMG_Quit();
144145
SDL_Quit();
145-
FK_EndMenu();
146146
}
147147

148148
void SDL_utils::pleaseWait(void)

0 commit comments

Comments
 (0)