YaLTeR / OpenAG

An open-source reimplementation of Adrenaline Gamer's client library.
https://j.mp/OpenAG
Other
131 stars 39 forks source link

Fix death animation not fully playing out on clients that have high fps values #40

Closed execut4ble closed 4 years ago

execut4ble commented 7 years ago

Basically fix standing up dead corpses.

Might be doable clientside, not sure.

YaLTeR commented 7 years ago

Not 100% sure but I think this is the issue (serverside): https://github.com/YaLTeR/OpenAG/blob/master/dlls/player.cpp#L1295 But may be fixable clientside as well.

YaLTeR commented 4 years ago

Fixed in https://github.com/YaLTeR/OpenAG/pull/78.