- Added MAPINFO flag RandomPlayerStarts. In this mode, no voodoo dolls are spawned. Instead, all

player starts are added to a pool, and players spawn at a random spot.

SVN r3749 (trunk)
This commit is contained in:
Randy Heit 2012-07-08 01:43:47 +00:00
commit 71601f91d1
11 changed files with 85 additions and 43 deletions

View file

@ -19,6 +19,7 @@
#include "ravenshared.h"
#include "farchive.h"
#include "v_palette.h"
#include "g_game.h"
// Include all the Hexen stuff here to reduce compile time
#include "a_bats.cpp"