svn-id: r15077
This commit is contained in:
Chris Apers 2004-09-12 16:29:11 +00:00
parent afface9c37
commit 2157011ba9

View file

@ -121,7 +121,7 @@ bool OSystem_PALMOS::poll_event(Event *event) {
keyCurrentState = KeyCurrentState();
// arrow keys emulation
if ((keyCurrentState & _keyMask) && 0) {
if ((keyCurrentState & _keyMask)) {
Int8 sx = 0;
Int8 sy = 0;