From 69ec810ed012b160d5c24b673c6b9b39f7bdde21 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 13 Aug 2024 19:16:59 +0300 Subject: [PATCH] engine: client: add missing ref_null to R_CollectRendererNames --- engine/client/ref_common.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/engine/client/ref_common.c b/engine/client/ref_common.c index 4701950a..933f39c0 100644 --- a/engine/client/ref_common.c +++ b/engine/client/ref_common.c @@ -634,6 +634,9 @@ static void R_CollectRendererNames( void ) #endif #if XASH_REF_SOFT_ENABLED "soft", +#endif +#if XASH_REF_NULL_ENABLED + "null", #endif }; @@ -657,6 +660,9 @@ static void R_CollectRendererNames( void ) #endif #if XASH_REF_SOFT_ENABLED "Software", +#endif +#if XASH_REF_NULL_ENABLED + "Null Renderer", #endif };