mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-06 19:01:04 +03:00
Added all mohaas/mohaab cvars
This commit is contained in:
parent
090b354b23
commit
ba931cbedf
8 changed files with 70 additions and 50 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue