Skip to content

Commit

Permalink
WAGE: Properly add input text to console on Enter
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 1, 2017
1 parent ebcff3a commit 8643a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/wage/wage.cpp
Expand Up @@ -178,6 +178,7 @@ void WageEngine::processEvents() {

case Common::KEYCODE_RETURN:
_inputText = _gui->_consoleWindow->getInput();
_inputText += '\n';

_gui->appendText(_inputText.c_str());

Expand Down

0 comments on commit 8643a08

Please sign in to comment.