Changeset 4817 in orxonox.OLD for orxonox/trunk/src/lib/event/event_handler.cc
- Timestamp:
- Jul 7, 2005, 5:12:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/event/event_handler.cc
r4816 r4817 65 65 EventHandler::singletonRef = NULL; 66 66 delete this->keyMapper; 67 68 for(int i = 0; i < ES_NUMBER; ++i) 69 { 70 for(int j = 0; j < SDLK_LAST; ++j) 71 { 72 if( this->listeners[i][j] != NULL) 73 { 74 PRINTF(2)("Someone forgot to unsubscribe an EventListener!\n"); 75 } 76 } 77 } 67 78 } 68 79
Note: See TracChangeset
for help on using the changeset viewer.