mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- Fixed: ACS's ChangeSky command didn't clean up the stack.
SVN r1029 (trunk)
This commit is contained in:
parent
1eb91fddcd
commit
decba274bf
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
June 11, 2008 (Changes by Graf Zahl)
|
||||
- Fixed: ACS's ChangeSky command didn't clean up the stack.
|
||||
- Fixed: Wall scrolling interpolations incremented their reference count twice.
|
||||
- Fixed: Before a level's thinkers are loaded all previous interpolations must
|
||||
be cleared.
|
||||
|
|
|
@ -5073,6 +5073,7 @@ int DLevelScript::RunScript ()
|
|||
sky2texture = TexMan.GetTexture (sky2name, FTexture::TEX_Wall, FTextureManager::TEXMAN_Overridable|FTextureManager::TEXMAN_ReturnFirst);
|
||||
}
|
||||
R_InitSkyMap ();
|
||||
sp -= 2;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue