From 56af053d4bf5a31f95a9bc2dea9fe843943c4762 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 10 Oct 2021 00:39:04 +0200 Subject: [PATCH] ray:: requested in intra, no cgi_string used --- raycaster.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/raycaster.cpp b/raycaster.cpp index 83bb0579..3e0114f5 100644 --- a/raycaster.cpp +++ b/raycaster.cpp @@ -148,6 +148,7 @@ EX bool available() { EX bool requested() { if(cgflags & qRAYONLY) return true; if(!want_use) return false; + if(intra::in) return true; if(stretch::in() && sphere) return true; #if CAP_TEXTURE if(texture::config.tstate == texture::tsActive) return false; @@ -290,7 +291,7 @@ tuple< vrhr::state, vrhr::eyes, #endif - cgi_string() + intra::in ? "INTRA" : cgi_string() ); }