From 7c0045a3b76f3426bf52cb0ee1ae69c92e2d0d13 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 29 Sep 2025 00:07:21 +0500 Subject: [PATCH] engine: show -noavi and -nointro options help everywhere, as we now have crossplatform video playback --- engine/common/host.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/common/host.c b/engine/common/host.c index cc7b8d92..ea7cd4db 100644 --- a/engine/common/host.c +++ b/engine/common/host.c @@ -183,10 +183,8 @@ static void Sys_PrintUsage( const char *exename ) O("-windowed ", "run engine in windowed mode") O("-ref ", "use selected renderer dll") O("-gldebug ", "enable OpenGL debug log") -#if XASH_WIN32 O("-noavi ", "disable AVI support") O("-nointro ", "disable intro video") -#endif O("-noenginejoy ", "disable engine builtin joystick support") O("-noenginemouse ", "disable engine builtin mouse support") O("-nosound ", "disable sound output")