Added bot code.

This commit is contained in:
Justin Marshall
2026-05-19 18:34:55 -07:00
parent b97127f038
commit af56d4bfeb
166 changed files with 22251 additions and 297 deletions
+3
View File
@@ -306,7 +306,10 @@ public:
void DrawClipModels( const idVec3 &eye, const float radius, const idEntity *passEntity );
bool DrawModelContactFeature( const contactInfo_t &contact, const idClipModel *clipModel, int lifetime ) const;
int PointContents(const idVec3 p);
private:
cmHandle_t worldCollisionModel;
int numClipSectors;
struct clipSector_s * clipSectors;
idBounds worldBounds;