mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-10-30 04:46:56 +00:00
fix comments format
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user