mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-18 11:44:51 +02:00
Added bot code.
This commit is contained in:
@@ -536,6 +536,12 @@ typedef enum {
|
||||
#endif
|
||||
} surfaceFlags_t;
|
||||
|
||||
#ifndef QUAKE4
|
||||
#define CONTENTS_SLIME BIT(14) // used for slime
|
||||
#define CONTENTS_FOG BIT(15) // used for fog
|
||||
#define CONTENTS_LAVA BIT(16)
|
||||
#endif
|
||||
|
||||
class idSoundEmitter;
|
||||
|
||||
class idMaterial : public idDecl {
|
||||
|
||||
Reference in New Issue
Block a user