mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- SW: Remove CVAR_SERVERINFO
flag from sw_ninjahack
and take them out of the global space.
This commit is contained in:
parent
b0b2f1bf1b
commit
6065140f68
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
||||||
|
|
||||||
//#include "crc32.h"
|
//#include "crc32.h"
|
||||||
|
|
||||||
CVAR(Bool, sw_ninjahack, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_SERVERINFO);
|
CVAR(Bool, sw_ninjahack, false, CVAR_ARCHIVE);
|
||||||
CVAR(Bool, sw_darts, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG);
|
CVAR(Bool, sw_darts, false, CVAR_ARCHIVE);
|
||||||
CVAR(Bool, sw_bunnyrockets, false, CVAR_SERVERINFO | CVAR_CHEAT); // This is a cheat, so don't save.
|
CVAR(Bool, sw_bunnyrockets, false, CVAR_SERVERINFO | CVAR_CHEAT); // This is a cheat, so don't save.
|
||||||
|
|
||||||
BEGIN_SW_NS
|
BEGIN_SW_NS
|
||||||
|
|
Loading…
Reference in a new issue