mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 23:47:00 +00:00
adjusted the mobile version for centerover type change
This commit is contained in:
parent
679b6ed53f
commit
67cfdfe59f
2
init.cpp
2
init.cpp
@ -539,7 +539,7 @@ void handleclick(MOBPAR_FORMAL) {
|
||||
else if(statkeys && getcstat == 't') {
|
||||
if(playermoved && items[itStrongWind]) {
|
||||
cell *c = whirlwind::jumpDestination(cwt.c);
|
||||
if(c) centerover = c;
|
||||
if(c) centerover.c = c, centerover.spin = 0;
|
||||
}
|
||||
targetRangedOrb(centerover, roKeyboard);
|
||||
getcstat = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user