X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameTick.cpp;h=d935138b0a41ceeabe07eb896a9a6cca189b2def;hb=06e3212c9d53fdd7e94a49316d65eff1b0c1b1b6;hp=85514c32be90e4b7bedfa6af0a74dbc85edf77ad;hpb=794f89c25569a9bf50f167689ca0faa3dcffc577;p=lugaru.git diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index 85514c3..d935138 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -6686,8 +6686,8 @@ void Game::Tick() Person::players[i]->setAnimation(jumpupanim); Person::players[i]->yaw = Person::players[i]->targetyaw; Person::players[i]->transspeed = 20; - Person::players[i]->FootLand(0, 1); - Person::players[i]->FootLand(1, 1); + Person::players[i]->FootLand(leftfoot, 1); + Person::players[i]->FootLand(rightfoot, 1); facing = 0; facing.z = -1;