Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5081 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Aug 19, 2005, 12:49:21 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Element2D: PNode-style declaration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.cc

    r5080 r5081  
    4242  this->bufferText = NULL;
    4343  this->setBufferSize(100);
    44   this->setBufferDisplaySize(10);
     44  this->setBufferDisplaySize(6);
    4545
    4646  this->inputLineText = TextEngine::getInstance()->createText("fonts/earth.ttf", 10, TEXT_DYNAMIC, 255, 0, 0);
     
    169169     {
    170170       this->bufferText[i] = this->bufferText[i-1];
    171      // this->bufferText[i]
    172171     }
    173172     this->bufferText[0] = moveText;
Note: See TracChangeset for help on using the changeset viewer.