diff options
author | Travis Howell | 2007-06-23 12:24:49 +0000 |
---|---|---|
committer | Travis Howell | 2007-06-23 12:24:49 +0000 |
commit | 0a21b0c1f15ad1987a63074f25f0460e0e061811 (patch) | |
tree | 15ec4560871e7763fe2a3acce506a0db415002c3 | |
parent | 8345f679a50d386fb7f3bc0596b3d4aa43172630 (diff) | |
download | scummvm-rg350-0a21b0c1f15ad1987a63074f25f0460e0e061811.tar.gz scummvm-rg350-0a21b0c1f15ad1987a63074f25f0460e0e061811.tar.bz2 scummvm-rg350-0a21b0c1f15ad1987a63074f25f0460e0e061811.zip |
Correct typo.
svn-id: r27662
-rw-r--r-- | engines/scumm/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/input.cpp b/engines/scumm/input.cpp index 36440b102a..b4962bc773 100644 --- a/engines/scumm/input.cpp +++ b/engines/scumm/input.cpp @@ -356,7 +356,7 @@ void ScummEngine::processInput() { lastKeyHit.flags = 0; //FIXME: lastKeyHit.keycode = ???; proper value??? } else { - lastKeyHit = Common::KeySate(Common::KEYCODE_ESCAPE); + lastKeyHit = Common::KeyState(Common::KEYCODE_ESCAPE); } } #endif |