Added all mohaas/mohaab cvars

This commit is contained in:
smallmodel 2023-08-10 11:55:20 +02:00
parent 090b354b23
commit ba931cbedf
No known key found for this signature in database
GPG key ID: A96F163ED4891440
8 changed files with 70 additions and 50 deletions

View file

@ -1093,7 +1093,7 @@ void Hud::Refresh( int clientNumber )
gi.MSG_WriteBits( virtualSize, 1 );
gi.MSG_EndCGM();
if( sv_reborn->integer )
if( sv_specialgame->integer )
{
if( isDimensional )
{
@ -1232,7 +1232,7 @@ void Hud::SetBroadcast( int clientNumber )
void Hud::WriteNumber()
{
if( sv_reborn->integer ) {
if(sv_specialgame->integer ) {
gi.MSG_WriteShort( number );
} else {
gi.MSG_WriteByte( number );