diff options
author | Max Horn | 2007-06-22 21:16:07 +0000 |
---|---|---|
committer | Max Horn | 2007-06-22 21:16:07 +0000 |
commit | 2fa0a5c457e0aea4edffb49aa80a04a59b6e9994 (patch) | |
tree | 2854c03af1f3fb30e1212d21013f491c6dcc9a6f /engines/lure | |
parent | 54d668ac13f57d8acf5d8e627a5daeaa8166ecb3 (diff) | |
download | scummvm-rg350-2fa0a5c457e0aea4edffb49aa80a04a59b6e9994.tar.gz scummvm-rg350-2fa0a5c457e0aea4edffb49aa80a04a59b6e9994.tar.bz2 scummvm-rg350-2fa0a5c457e0aea4edffb49aa80a04a59b6e9994.zip |
Cleaning up after myself (I blame it on, err, uhh... the Vogons?)
svn-id: r27625
Diffstat (limited to 'engines/lure')
-rw-r--r-- | engines/lure/surface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/surface.cpp b/engines/lure/surface.cpp index 0775d4261b..2642b929eb 100644 --- a/engines/lure/surface.cpp +++ b/engines/lure/surface.cpp @@ -430,7 +430,7 @@ bool Surface::getString(Common::String &line, int maxSize, bool isNumeric, bool mouse.cursorOn(); return true; } - else if (keycode == Common::KEYCODE_ESC) { + else if (keycode == Common::KEYCODE_ESCAPE) { // Escape character screen.screen().fillRect( Rect(x, y, x + maxSize - 1, y + FONT_HEIGHT), bgColour); |