From c7c678651a30db30e449e965e6c82ad0dcb871e6 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 18 Dec 2023 20:35:37 -0500 Subject: checkpoint - arg-handler --- src/game.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 4dde008..7dfca42 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -481,6 +481,9 @@ void Game_Main(PKEWindowProperties windowProps, const char *executablePath) { CreateWindow(windowProps); PkeInput_Init(); EntityType_Init(); + if (pkeSettings.pluginPath) { + Pke_LoadPlugin(pkeSettings.pluginPath); + } if (pkePlugin.OnInit) { pkePlugin.OnInit(); } -- cgit v1.2.3