diff options
Diffstat (limited to 'kyra/kyra.cpp')
-rw-r--r-- | kyra/kyra.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp index 307bc2d02f..554ad9934a 100644 --- a/kyra/kyra.cpp +++ b/kyra/kyra.cpp @@ -730,7 +730,7 @@ void KyraEngine::mainLoop() { } void KyraEngine::quitGame() { - res_unloadResources(); + res_unloadResources(RES_ALL); for (int i = 0; i < ARRAYSIZE(_movieObjects); ++i) { _movieObjects[i]->close(); |