Correct typo.

svn-id: r27662
This commit is contained in:
Travis Howell 2007-06-23 12:24:49 +00:00
parent 8345f679a5
commit 0a21b0c1f1

View File

@ -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