Allow skymist to animate
Allow animated skymist layer.
This commit is contained in:
parent
e9a067dd65
commit
b68f04fa75
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ void HWSkyInfo::init(HWDrawInfo *di, sector_t* sec, int skypos, int sky1, PalEnt
|
|||
}
|
||||
else fadecolor = 0;
|
||||
|
||||
texture[2] = TexMan.GetGameTexture(di->Level->skymisttexture);
|
||||
texture[2] = TexMan.GetGameTexture(di->Level->skymisttexture, true);
|
||||
x_offset[2] = di->Level->hw_skymistpos;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue