summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index cbaf56a..edcfecc 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -319,6 +319,7 @@ GAME_SHUTDOWN:
AM_DebugPrint();
AM_Teardown();
PkeThreads_Teardown();
+ pk_ev_teardown();
Game_Teardown();
// TODO debug print buckets after shutdown
fprintf(stdout, "Game_Main Exiting\n");