From 132c9de1423ec062ea576f0169ebbce737ebd2eb Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 5 Feb 2024 15:28:18 +0300 Subject: [PATCH] engine: host: add the most important command line flag help string --- engine/common/host.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/common/host.c b/engine/common/host.c index 65ae4267..e0e83337 100644 --- a/engine/common/host.c +++ b/engine/common/host.c @@ -109,6 +109,7 @@ static void Sys_PrintUsage( void ) O("-clockwindow ", "adjust clockwindow used to ignore client commands to prevent speed hacks") "\nGame options:\n" + O("-game ", "set game directory to start engine with") O("-dll ", "override server DLL path") #if !XASH_DEDICATED O("-clientlib ", "override client DLL path")