File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ V 1.51-beta13
5555* changed: Now using smart pointers for ClientCommand() to resolve memory leaks
5656* changed: Modernised the weapon array code using C++ Array
5757
58- * TODO: To add support for Half-Life 25th Anniversary builds as it doesn't support Waypoints being displayed
58+ * TODO: To add support for Half-Life 25th Anniversary builds as it doesn't support Waypoints being displayed - check v1.441 src code
5959* TODO: To allow bots in Op4 use Deagle's Laser Sight to improve its accuracy
6060* TODO: To allow the Onos to be more aggressive and devour humans, Gorges to properly attack structures, and to allow Skulks to pounce attack
6161* TODO: To allow bots to use first aid mounted on the wall or ` func_healthcharger `
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ extern void UTIL_LogPrintf(const char* fmt, ...);
355355// Sorta like FInViewCone, but for nonmonsters.
356356extern float UTIL_DotPoints (const Vector& vecSrc, const Vector& vecCheck, const Vector& vecDir);
357357
358- extern void UTIL_StripToken (const char * pKey, char * pDest);// for redundant keynames
358+ extern void UTIL_StripToken (const char * pKey, char * pDest, int nLen );// for redundant keynames
359359
360360// Misc functions
361361extern void SetMovedir (entvars_t * pev);
You can’t perform that action at this time.
0 commit comments