Changeset 541 for abuse/trunk/src/objects.h
- Timestamp:
- Apr 24, 2011, 10:33:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/objects.h
r533 r541 107 107 game_object *bmove(int &whit, game_object *exclude); // ballestic move, return hit object, 108 108 // or NULL (whit is 1 if hit wall) 109 T Image *picture() { return current_sequence()->get_frame(current_frame,direction); }109 TransImage *picture() { return current_sequence()->get_frame(current_frame,direction); } 110 110 111 111 int next_picture();
Note: See TracChangeset
for help on using the changeset viewer.