More conversion

This commit is contained in:
iikorni
2026-08-29 19:17:46 -05:00
parent 0404d430dc
commit 70e5c02355
72 changed files with 13308 additions and 14309 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
static int r_dlightframecount;
extern cvar_t r_flatlightstyles; //johnfitz
extern convar r_flatlightstyles; //johnfitz
/*
==================
@@ -359,7 +359,7 @@ loc0:
// caused by overlapping surfaces with mixed lighting data.
const float nearby = 8.f;
dist += nearby;
*maxdist = q_min(*maxdist, dist);
*maxdist = std::min(*maxdist, dist);
continue;
}