Changeset 6167 in orxonox.OLD for branches/christmas_branche/src/world_entities/creatures
- Timestamp:
- Dec 19, 2005, 11:37:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/world_entities/creatures/md2_creature.cc
r6166 r6167 36 36 using namespace std; 37 37 38 CREATE_FACTORY(MD2Creature, CL_ SPACE_SHIP);38 CREATE_FACTORY(MD2Creature, CL_MD2_CREATURE); 39 39 40 40 /** … … 141 141 this->registerEvent(KeyMapper::PEV_NEXT_WEAPON); 142 142 this->registerEvent(KeyMapper::PEV_PREVIOUS_WEAPON); 143 this->registerEvent(SDLK_PAGEUP);144 this->registerEvent(SDLK_PAGEDOWN);145 143 this->registerEvent(EV_MOUSE_MOTION); 146 144
Note: See TracChangeset
for help on using the changeset viewer.