Changeset 1151 for code/branches/console/src/orxonox
- Timestamp:
- Apr 24, 2008, 12:47:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/orxonox/Orxonox.cc
r1145 r1151 423 423 ib->registerListener(console, &Testconsole::listen, true); 424 424 ib->registerListener(console, &Testconsole::execute, '\r', false); 425 ib->registerListener(console, &Testconsole::execute, '\n', false);426 425 ib->registerListener(console, &Testconsole::hintandcomplete, '\t', true); 427 426 ib->registerListener(console, &Testconsole::clear, '§', true); … … 433 432 ib->registerListener(orxonoxConsole_, &InGameConsole::listen, true); 434 433 ib->registerListener(orxonoxConsole_, &InGameConsole::execute, '\r', false); 435 ib->registerListener(orxonoxConsole_, &InGameConsole::execute, '\n', false);436 434 ib->registerListener(orxonoxConsole_, &InGameConsole::hintandcomplete, '\t', true); 437 435 ib->registerListener(orxonoxConsole_, &InGameConsole::clear, '§', true);
Note: See TracChangeset
for help on using the changeset viewer.