Changeset 5309 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Oct 8, 2005, 12:47:00 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.cc
r5306 r5309 58 58 EventHandler* evh = EventHandler::getInstance(); 59 59 for (int i = 1; i < SDLK_LAST; i++) 60 evh->subscribe(this, ES_SHELL, i); 61 60 { 61 if (!evh->isSubscribed(ES_SHELL, i)) 62 evh->subscribe(this, ES_SHELL, i); 63 } 62 64 this->completion = new ShellCompletion(this); 63 65 }
Note: See TracChangeset
for help on using the changeset viewer.