Changeset 1879 for code/trunk/src/orxonox/overlays
- Timestamp:
- Oct 3, 2008, 2:44:46 PM (16 years ago)
- Location:
- code/trunk/src/orxonox/overlays/console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/console/InGameConsole.cc
r1878 r1879 328 328 if (pos > maxCharsPerLine_) 329 329 pos = maxCharsPerLine_; 330 else if (pos < 0)331 pos = 0;332 330 333 331 this->consoleOverlayCursor_->setCaption(std::string(pos,' ') + cursorSymbol_); -
code/trunk/src/orxonox/overlays/console/InGameConsole.h
r1878 r1879 62 62 63 63 private: // functions 64 InGameConsole(const InGameConsole& other) {}64 InGameConsole(const InGameConsole& other); 65 65 66 66 void activate();
Note: See TracChangeset
for help on using the changeset viewer.