- Added a Check for the Vavoom namespace to the UDMF parser. Functionally

it's 100% identical with ZDoom's own but needs to be checked for in
  case Vavoom compatible UDMF maps are released.


SVN r1475 (trunk)
This commit is contained in:
Christoph Oelckers 2009-03-11 19:28:10 +00:00
commit c65dc5bad4
4 changed files with 30 additions and 18 deletions

View file

@ -73,7 +73,7 @@ extern FILE *Logfile;
extern bool insave;
CVAR (Bool, sv_cheats, false, CVAR_SERVERINFO | CVAR_LATCH)
CVAR (Bool, sv_unlimited_pickup, false, CVAR_ARCHIVE | CVAR_SERVERINFO)
CVAR (Bool, sv_unlimited_pickup, false, CVAR_SERVERINFO)
CCMD (toggleconsole)
{