Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7456 in orxonox.OLD for trunk/src/lib/shell/shell_input.cc


Ignore:
Timestamp:
Apr 29, 2006, 11:23:10 PM (18 years ago)
Author:
bensch
Message:

trunk: work work…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.cc

    r7455 r7456  
    2929#include "stdlibincl.h"
    3030#include "key_names.h"
    31 
    32 
    33 
    34 
    3531
    3632namespace OrxShell
     
    4642  */
    4743  ShellInput::ShellInput ()
    48       : MultiLineText ("")
    49   {
    50     this->setLineWidth(100);
    51 
     44      : Text ("")
     45  {
    5246    this->pressedKey = SDLK_FIRST;
    5347    this->setClassID(CL_SHELL_INPUT, "ShellInput");
Note: See TracChangeset for help on using the changeset viewer.