mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +00:00
Fix RVFXANIM not updating for flats at runtime
This commit is contained in:
parent
aed507baf4
commit
d3382001b1
1 changed files with 5 additions and 0 deletions
|
|
@ -9779,6 +9779,11 @@ boolean P_MultiSetupWadFiles(boolean fullsetup)
|
||||||
void P_ReduceVFXTextureReload(void)
|
void P_ReduceVFXTextureReload(void)
|
||||||
{
|
{
|
||||||
P_InitPicAnims();
|
P_InitPicAnims();
|
||||||
|
|
||||||
|
if (!G_GamestateUsesLevel())
|
||||||
|
return;
|
||||||
|
|
||||||
|
P_SetupLevelFlatAnims();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Let's see if *this* works
|
// Let's see if *this* works
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue