- did a test compile as C++20 and fixed all warnings that got emitted.

This commit is contained in:
Christoph Oelckers 2022-07-15 09:17:50 +02:00
commit 595975fcc7
6 changed files with 10 additions and 16 deletions

View file

@ -64,7 +64,7 @@ CUSTOM_CVAR(Int, con_scaletext, 0, CVAR_ARCHIVE) // Scale notify text at high r
if (self < 0) self = 0;
}
enum { NOTIFYFADETIME = 6 };
constexpr int NOTIFYFADETIME = 6;
CUSTOM_CVAR(Int, con_notifylines, 4, CVAR_GLOBALCONFIG | CVAR_ARCHIVE)
{