Changeset 8339 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Jun 13, 2006, 11:10:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.cc
r7919 r8339 52 52 for (int i = 1; i < SDLK_LAST; i++) 53 53 { 54 if (!this->isEventSubscribed(ES_SHELL, i))54 //if (!this->isEventSubscribed(ES_SHELL, i)) 55 55 this->subscribeEvent(ES_SHELL, i); 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.