mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-19 04:04:54 +02:00
Added bot code.
This commit is contained in:
@@ -55,6 +55,12 @@ public:
|
||||
virtual void Think( void );
|
||||
virtual void Present();
|
||||
|
||||
|
||||
int GetModelIndex() const
|
||||
{
|
||||
return modelindex;
|
||||
}
|
||||
|
||||
enum {
|
||||
EVENT_PICKUP = idEntity::EVENT_MAXEVENTS,
|
||||
EVENT_RESPAWN,
|
||||
@@ -75,6 +81,8 @@ private:
|
||||
bool pulse;
|
||||
bool canPickUp;
|
||||
|
||||
int modelindex;
|
||||
|
||||
// for item pulse effect
|
||||
int itemShellHandle;
|
||||
const idMaterial * shellMaterial;
|
||||
|
||||
Reference in New Issue
Block a user