Changeset 39 for abuse/trunk/src/ability.cpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/ability.cpp
r2 r39 18 18 19 19 20 char *ability_names[TOTAL_ABILITIES]= 21 {"start_hp","start_accel","stop_accel", 22 "jump_xvel","jump_yvel", 23 "run_top_speed","jump_top_speed", 20 char const *ability_names[TOTAL_ABILITIES] = 21 { 22 "start_hp", "start_accel", "stop_accel", 23 "jump_xvel", "jump_yvel", 24 "run_top_speed", "jump_top_speed", 24 25 "tint_color", 25 26 "push_xrange", 26 "walk_top_speed"}; 27 "walk_top_speed" 28 }; 27 29 28 30
Note: See TracChangeset
for help on using the changeset viewer.