From 7aa6bd1cd88db9cceef3d1c07cd7664cb47538be Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 12 Jun 2023 22:28:53 +0100 Subject: Remove the terrible gameinfo.txt garbage at last This also tidies up library handle grabbing with more os.h stuff, and improves the VDF creation logic - since we no longer store a couple of paths which makes it necessary to change that a bit anyway. --- src/engineapi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engineapi.c') diff --git a/src/engineapi.c b/src/engineapi.c index 831836b..f4a54d6 100644 --- a/src/engineapi.c +++ b/src/engineapi.c @@ -71,7 +71,6 @@ bool engineapi_init(int pluginver) { void *pim = factory_server("PlayerInfoManager002", 0); if (pim) globalvars = GetGlobalVars(pim); - inputsystem = factory_inputsystem("InputSystemVersion001", 0); vgui = factory_engine("VEngineVGui001", 0); void *srvdll; -- cgit v1.2.3