1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-29 14:30:40 +00:00

yet another centerover

This commit is contained in:
Zeno Rogue 2018-01-20 18:09:55 +01:00
parent 67cfdfe59f
commit 2888b5f7cd

View File

@ -541,7 +541,7 @@ void handleclick(MOBPAR_FORMAL) {
cell *c = whirlwind::jumpDestination(cwt.c); cell *c = whirlwind::jumpDestination(cwt.c);
if(c) centerover.c = c, centerover.spin = 0; if(c) centerover.c = c, centerover.spin = 0;
} }
targetRangedOrb(centerover, roKeyboard); targetRangedOrb(centerover.c, roKeyboard);
getcstat = 0; getcstat = 0;
} }