From 67cfdfe59ffd0d1ac760c88e8ffb0c992ef86136 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 20 Jan 2018 17:56:56 +0100 Subject: [PATCH] adjusted the mobile version for centerover type change --- init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.cpp b/init.cpp index aa9dc66e..257fc7a3 100644 --- a/init.cpp +++ b/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;