Changeset 120 for abuse/trunk/src/objects.hpp
- Timestamp:
- Mar 17, 2008, 3:25:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/objects.hpp
r66 r120 63 63 int type() { return otype; } 64 64 ifield *make_fields(int ystart, ifield *Next) { return NULL ; } 65 void gather_input( input_manager *inm) { ; }65 void gather_input(InputManager *inm) { ; } 66 66 int hurt_all() { return figures[otype]->get_cflag(CFLAG_HURT_ALL); } 67 67 int stoppable() { return figures[otype]->get_cflag(CFLAG_STOPPABLE); }
Note: See TracChangeset
for help on using the changeset viewer.