mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-03 04:39:17 +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') {
|
else if(statkeys && getcstat == 't') {
|
||||||
if(playermoved && items[itStrongWind]) {
|
if(playermoved && items[itStrongWind]) {
|
||||||
cell *c = whirlwind::jumpDestination(cwt.c);
|
cell *c = whirlwind::jumpDestination(cwt.c);
|
||||||
if(c) centerover = c;
|
if(c) centerover.c = c, centerover.spin = 0;
|
||||||
}
|
}
|
||||||
targetRangedOrb(centerover, roKeyboard);
|
targetRangedOrb(centerover, roKeyboard);
|
||||||
getcstat = 0;
|
getcstat = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user