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 };