mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
WOOPS CAN'T UPDATE THE PLAYSIM RANDOM SEED IN A MENU
This commit is contained in:
parent
4a4ba228df
commit
b2e89f6832
1 changed files with 1 additions and 1 deletions
|
|
@ -3100,7 +3100,7 @@ static void M_DrawStaticBox(fixed_t x, fixed_t y, INT32 flags, fixed_t w, fixed_
|
|||
|
||||
V_DrawCroppedPatch(x<<FRACBITS, y<<FRACBITS, scale, flags, patch, staticalong, 0, sw, FixedDiv(h, scale));
|
||||
|
||||
staticalong += P_RandomRange(sw/2, 2*sw);
|
||||
staticalong += M_RandomRange(sw/2, 2*sw);
|
||||
}
|
||||
|
||||
#undef scale
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue