Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2008, 1:28:08 AM (16 years ago)
Author:
landauf
Message:

changed some parts of InGameConsole to make it work with Shell, but I couldn't test it yet as there seems to be a bug in InputBuffer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/InputBuffer.cc

    r1313 r1317  
    4646        this->buffer_ = "";
    4747        this->cursor_ = 0;
     48
     49        InputManager::getSingleton().feedInputBuffer(this);
    4850    }
    4951
     
    5456        this->buffer_ = "";
    5557        this->cursor_ = 0;
     58
     59        InputManager::getSingleton().feedInputBuffer(this);
    5660    }
    5761
Note: See TracChangeset for help on using the changeset viewer.