diff options
| author | James Brown | 2002-04-18 15:02:57 +0000 |
|---|---|---|
| committer | James Brown | 2002-04-18 15:02:57 +0000 |
| commit | 636d975ddea10fe7b3c882085792d0a7dc662665 (patch) | |
| tree | 5783ed5ab3f135112e459416fa42daa7d0991e9d /gui.cpp | |
| parent | 7a9a6f0363d6bd08b50e9fa0ab7e5856b5594939 (diff) | |
| download | scummvm-rg350-636d975ddea10fe7b3c882085792d0a7dc662665.tar.gz scummvm-rg350-636d975ddea10fe7b3c882085792d0a7dc662665.tar.bz2 scummvm-rg350-636d975ddea10fe7b3c882085792d0a7dc662665.zip | |
Don't shake when GUI is displayed.
svn-id: r3995
Diffstat (limited to 'gui.cpp')
| -rw-r--r-- | gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,7 +784,7 @@ void Gui::addLetter(byte letter) if (_editString == -1) return; - if (letter == 13) { + if (letter == 13) { handleCommand(8); return; } |
