mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +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…
Reference in a new issue