aboutsummaryrefslogtreecommitdiff
path: root/muswd.c
diff options
context:
space:
mode:
Diffstat (limited to 'muswd.c')
-rw-r--r--muswd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/muswd.c b/muswd.c
index 0813e48..fd4f183 100644
--- a/muswd.c
+++ b/muswd.c
@@ -352,8 +352,10 @@ partywalk:
player->oldkdown = player->kdown;
}
- while(p->u->timeacc >= Δt)
+ while(p->u->timeacc >= Δt){
p->u->step(p->u, Δt);
+ p->u->collide(p->u);
+ }
}
broadcaststate();