Changeset 60 for abuse/trunk/src/ant.cpp
- Timestamp:
- Mar 2, 2008, 4:41:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/ant.cpp
r58 r60 49 49 } 50 50 51 int ant_congestion(game_object *o)51 static int ant_congestion(game_object *o) 52 52 { 53 53 for (game_object *d=current_level->first_active_object();d;d=d->next_active) … … 58 58 } 59 59 60 int ant_dodge(game_object *o)60 static int ant_dodge(game_object *o) 61 61 { 62 62 if (o->lvars[ANT_need_to_dodge]==1)
Note: See TracChangeset
for help on using the changeset viewer.