- did a test compile as C++20 and fixed all warnings that got emitted.
This commit is contained in:
parent
d310487ad4
commit
595975fcc7
6 changed files with 10 additions and 16 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue