mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-07 13:41:02 +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)
|
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: Wall scrolling interpolations incremented their reference count twice.
|
||||||
- Fixed: Before a level's thinkers are loaded all previous interpolations must
|
- Fixed: Before a level's thinkers are loaded all previous interpolations must
|
||||||
be cleared.
|
be cleared.
|
||||||
|
|
|
@ -5073,6 +5073,7 @@ int DLevelScript::RunScript ()
|
||||||
sky2texture = TexMan.GetTexture (sky2name, FTexture::TEX_Wall, FTextureManager::TEXMAN_Overridable|FTextureManager::TEXMAN_ReturnFirst);
|
sky2texture = TexMan.GetTexture (sky2name, FTexture::TEX_Wall, FTextureManager::TEXMAN_Overridable|FTextureManager::TEXMAN_ReturnFirst);
|
||||||
}
|
}
|
||||||
R_InitSkyMap ();
|
R_InitSkyMap ();
|
||||||
|
sp -= 2;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue