mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
10.0d
This commit is contained in:
@@ -287,7 +287,7 @@ void handleKeyNormal(int sym, int uni) {
|
||||
if(sym == 'u' || sym == 'e' || sym == SDLK_KP9) movepckeydir(7);
|
||||
}
|
||||
|
||||
#if !ISPANDORA
|
||||
#if ISPANDORA
|
||||
if(DEFAULTCONTROL) {
|
||||
if(sym == SDLK_RIGHT) movepckeydir(0);
|
||||
if(sym == SDLK_LEFT) movepckeydir(4);
|
||||
|
Reference in New Issue
Block a user