v0.2.3e: fixed a bug where pushing a shopkeeper would cause a crash

This commit is contained in:
Evan Debenham 2015-01-17 04:00:05 -05:00
parent 2119f0d1b9
commit e4e12f74dd

View File

@ -73,6 +73,7 @@ public class Pushing extends Actor {
delay = 0;
if (sprite.parent != null)
sprite.parent.add( this );
}