Changeset 5081 in orxonox.OLD for trunk/src/util
- Timestamp:
- Aug 19, 2005, 12:49:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.cc
r5080 r5081 42 42 this->bufferText = NULL; 43 43 this->setBufferSize(100); 44 this->setBufferDisplaySize( 10);44 this->setBufferDisplaySize(6); 45 45 46 46 this->inputLineText = TextEngine::getInstance()->createText("fonts/earth.ttf", 10, TEXT_DYNAMIC, 255, 0, 0); … … 169 169 { 170 170 this->bufferText[i] = this->bufferText[i-1]; 171 // this->bufferText[i]172 171 } 173 172 this->bufferText[0] = moveText;
Note: See TracChangeset
for help on using the changeset viewer.