Merging Source v1.7.2: sprite changes

This commit is contained in:
Evan Debenham
2014-10-20 20:12:43 -04:00
parent 33db534e25
commit 9f49d115d2
8 changed files with 96 additions and 11 deletions
@@ -31,8 +31,7 @@ public class MobSprite extends CharSprite {
@Override
public void update() {
sleeping = ch != null && ((Mob)ch).state == Mob.State.SLEEPING;
sleeping = ch != null && ((Mob)ch).state == ((Mob)ch).SLEEPEING;
super.update();
}