comment spacing format

This commit is contained in:
ineed bots
2023-12-22 01:42:00 -06:00
parent 26c982e3db
commit 10e0d2eb7d
6 changed files with 138 additions and 138 deletions

View File

@@ -1656,7 +1656,7 @@ aim_loop()
{
if ( isplay )
{
//better room to nade? cook time function with dist?
// better room to nade? cook time function with dist?
if ( !self.bot.isfraggingafter && !self.bot.issmokingafter && getDvarInt( "bots_play_nade" ) )
{
nade = self getValidGrenade();
@@ -2419,7 +2419,7 @@ doWalk( goal, dist, isScriptGoal )
{
level endon ( "game_ended" );
self endon( "kill_goal" );
self endon( "goal_internal" ); //so that the watchOnGoal notify can happen same frame, not a frame later
self endon( "goal_internal" ); // so that the watchOnGoal notify can happen same frame, not a frame later
dist *= dist;
@@ -2616,7 +2616,7 @@ doMantle()
*/
getRandomLargestStafe( dist )
{
//find a better algo?
// find a better algo?
traces = NewHeap( ::HeapTraceFraction );
myOrg = self.origin + ( 0, 0, 16 );