Changeset 4419 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- May 31, 2005, 5:20:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4418 r4419 186 186 //delete garbagecollecor 187 187 //delete animator 188 189 this->eventHandler->unsubscribe(ES_GAME, KeyMapper::PEV_UP); 190 this->eventHandler->unsubscribe(ES_GAME, KeyMapper::PEV_DOWN); 191 this->eventHandler->unsubscribe(ES_GAME, KeyMapper::PEV_LEFT); 192 this->eventHandler->unsubscribe(ES_GAME, KeyMapper::PEV_RIGHT); 193 this->eventHandler->unsubscribe(ES_GAME, KeyMapper::PEV_FIRE1); 194 this->eventHandler->unsubscribe(ES_GAME, KeyMapper::PEV_NEXT_WEAPON); 195 this->eventHandler->unsubscribe(ES_GAME, KeyMapper::PEV_PREVIOUS_WEAPON); 196 188 197 189 198 LoadClassDescription::printAll();
Note: See TracChangeset
for help on using the changeset viewer.