Changeset 1313 for code/branches/console/src/orxonox
- Timestamp:
- May 17, 2008, 3:58:19 AM (17 years ago)
- Location:
- code/branches/console/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/orxonox/Orxonox.cc
r1188 r1313 115 115 void removeLast() const 116 116 { 117 this->ib_->remove Last();117 this->ib_->removeBehindCursor(); 118 118 } 119 119 void exit() const -
code/branches/console/src/orxonox/console/InGameConsole.cc
r1181 r1313 92 92 93 93 void InGameConsole::removeLast(){ 94 this->ib_->remove Last();94 this->ib_->removeBehindCursor(); 95 95 } 96 96
Note: See TracChangeset
for help on using the changeset viewer.