mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-20 12:40:25 +02:00
All Doom 3 AI is now native.
This commit is contained in:
@@ -128,6 +128,8 @@ public:
|
||||
void Save( idSaveGame* saveFile ) const;
|
||||
void Restore( idRestoreGame* saveFile, idClass* owner );
|
||||
|
||||
idStr CurrentState(void) const { if (IsIdle()) { return ""; } return GetState()->state; }
|
||||
|
||||
protected:
|
||||
|
||||
struct flags
|
||||
|
||||
Reference in New Issue
Block a user