mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- SW: Re-add CVAR_SERVERINFO
back to sw_ninjahack
but leave commented out, it may be needed later.
This commit is contained in:
parent
6065140f68
commit
ca2a427379
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
|||
|
||||
//#include "crc32.h"
|
||||
|
||||
CVAR(Bool, sw_ninjahack, false, CVAR_ARCHIVE);
|
||||
CVAR(Bool, sw_ninjahack, false, CVAR_ARCHIVE /*| CVAR_SERVERINFO*/);
|
||||
CVAR(Bool, sw_darts, false, CVAR_ARCHIVE);
|
||||
CVAR(Bool, sw_bunnyrockets, false, CVAR_SERVERINFO | CVAR_CHEAT); // This is a cheat, so don't save.
|
||||
|
||||
|
|
Loading…
Reference in a new issue