fix comments format

This commit is contained in:
ineed bots
2023-12-20 15:17:57 -06:00
parent 7156b3e9bc
commit 0fd65658ed
3 changed files with 50 additions and 50 deletions

View File

@@ -1208,7 +1208,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 )
{
nade = self getValidGrenade();
@@ -1854,7 +1854,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;
@@ -2033,7 +2033,7 @@ doMantle()
*/
getRandomLargestStafe( dist )
{
//find a better algo?
// find a better algo?
traces = NewHeap( ::HeapTraceFraction );
myOrg = self.origin + ( 0, 0, 16 );