summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index edcfecc..7cb545f 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -121,7 +121,6 @@ void Game_Main(PKEWindowProperties windowProps, const char *executablePath) {
fprintf(stdout, "Game_Main Entering\n");
try {
Game_Init();
- pk_ev_init(pkeSettings.mem_bkt.game);
PkeThreads_Init();
AM_Init();
ECS_Init();
@@ -319,7 +318,6 @@ 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");