diff options
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r-- | src/core/Game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index 9a1c00a7..f401ca3f 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -523,6 +523,7 @@ void CGame::ShutDownForRestart(void) CTheScripts::UndoBuildingSwaps(); CTheScripts::UndoEntityInvisibilitySettings(); CWorld::ClearForRestart(); + CGameLogic::ClearShortCut(); CTimer::Shutdown(); CStreaming::FlushRequestList(); CStreaming::DeleteAllRwObjects(); |