mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 23:21:05 +00:00
kartspeed and kartweight not being set from a resynch
This commit is contained in:
parent
75ba41a8cf
commit
1970f4f280
1 changed files with 3 additions and 0 deletions
|
@ -664,6 +664,9 @@ static void resynch_read_player(resynch_pak *rsp)
|
|||
players[i].skin = LONG(rsp->skin);
|
||||
// Just in case Lua does something like
|
||||
// modify these at runtime
|
||||
players[i].kartspeed = (fixed_t)LONG(rsp->kartspeed);
|
||||
players[i].kartweight = (fixed_t)LONG(rsp->kartweight);
|
||||
|
||||
players[i].normalspeed = (fixed_t)LONG(rsp->normalspeed);
|
||||
players[i].runspeed = (fixed_t)LONG(rsp->runspeed);
|
||||
players[i].thrustfactor = rsp->thrustfactor;
|
||||
|
|
Loading…
Reference in a new issue