mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
SPAWNFLAG_DETAIL must be 0x1000
This commit is contained in:
parent
acf71610df
commit
00033c3a70
1 changed files with 1 additions and 1 deletions
|
@ -33,8 +33,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define SPAWNFLAG_NOT_MEDIUM 0x00000200
|
||||
#define SPAWNFLAG_NOT_HARD 0x00000400
|
||||
#define SPAWNFLAG_NOT_DEATHMATCH 0x00000800
|
||||
#define SPAWNFLAG_DETAIL 0x00001000
|
||||
#define SPAWNFLAG_DEVELOPMENT 0x00002000
|
||||
#define SPAWNFLAG_DETAIL 0x00004000
|
||||
#define SPAWNFLAG_NOCONSOLE 0x00008000
|
||||
#define SPAWNFLAG_NOPC 0x00010000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue