- Remove ManagedSoundSource
[supertux.git] / src / object / scripted_object.cpp
index 009b4a5..69f15ca 100644 (file)
@@ -74,7 +74,9 @@ ScriptedObject::move(float x, float y)
 void
 ScriptedObject::set_pos(float x, float y)
 {
+  printf("SetPos: %f %f\n", x, y);
   bbox.set_pos(Vector(x, y));
+  physic.reset();
 }
 
 float