Changeset 6375 for code/branches/presentation2/src/orxonox/overlays
- Timestamp:
- Dec 18, 2009, 12:11:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc
r6223 r6375 340 340 void InGameConsole::executed() 341 341 { 342 this->shell_->addOutput Line(this->shell_->getInput(), Shell::Command);342 this->shell_->addOutput(this->shell_->getInput() + '\n', Shell::Command); 343 343 } 344 344
Note: See TracChangeset
for help on using the changeset viewer.