- Fixed: ACS's ChangeSky command didn't clean up the stack.

SVN r1029 (trunk)
This commit is contained in:
Christoph Oelckers 2008-06-11 21:03:32 +00:00
parent 1eb91fddcd
commit decba274bf
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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;