Mobile bugfixes

This commit is contained in:
Anuken
2019-10-19 20:45:17 -04:00
parent a2a4c8c43d
commit f6899cf3c3
3 changed files with 3 additions and 2 deletions

View File

@@ -797,7 +797,7 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
textFadeTime = 0f;
target = null;
moveTarget = null;
isShooting = isBoosting = isBuilding = isTransferring = isTyping = false;
isShooting = isBoosting = isTransferring = isTyping = false;
spawner = lastSpawner = null;
health = maxHealth();
mining = null;