File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ V 1.51-beta13
3737* added: NS Marine troops can ditch their LMGs for better weapons
3838* added: A /visibility folder to store visibility table files away from /waypoints folder
3939* added: Max ammo assigned to specific weapons in order for bots to understand when to reload
40+ * added: Half-Life: Arena support for 3 additional weapons and stock map waypoints provided
4041
4142* changed: Increased the bot's flexibility
4243* changed: Avoid using welder in NS Combat
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ void InitMessage ( const char *message );
344344 {
345345 edict_t * pEntity = nullptr ;
346346
347- // Vector v_other; //Not used? [APG]RoboCop[CL]
347+ Vector v_other; // Not used? [APG]RoboCop[CL]
348348 Vector v_comp;
349349 Vector v_origin = m_pPlayer->v .origin - Vector (0 , 0 , m_pPlayer->v .size .z * 0 .5f );
350350 Vector v_original_vel;
You can’t perform that action at this time.
0 commit comments