Oops
svn-id: r15077
This commit is contained in:
parent
afface9c37
commit
2157011ba9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue