- made CVar declarations type safe again.

This commit is contained in:
Christoph Oelckers 2022-10-22 09:29:38 +02:00
commit 671b8696bb
17 changed files with 87 additions and 64 deletions

View file

@ -51,7 +51,7 @@
#include "g_game.h"
CVAR (Int, cl_rockettrails, 1, CVAR_ARCHIVE);
CVAR (Bool, r_rail_smartspiral, 0, CVAR_ARCHIVE);
CVAR (Bool, r_rail_smartspiral, false, CVAR_ARCHIVE);
CVAR (Int, r_rail_spiralsparsity, 1, CVAR_ARCHIVE);
CVAR (Int, r_rail_trailsparsity, 1, CVAR_ARCHIVE);
CVAR (Bool, r_particles, true, 0);