Fix for broken movespeed in merge

This commit is contained in:
KimLS 2018-12-21 00:23:04 -08:00
parent 07ab96b883
commit 18fa53e09b

View File

@ -163,7 +163,7 @@ Mob::Mob(
}
// clients -- todo movement this doesn't take into account gm speed we need to fix that.
base_runspeed = (int)((float)runspeed * 40.0f);
if (runspeed == 0.7f) {
base_runspeed = 28;
walkspeed = 0.3f;