- Fixed: When following links in S_StartSound(), the function used sfx

instead of S_Sfx as the array base for getting the NearLimit.


SVN r1023 (trunk)
This commit is contained in:
Randy Heit 2008-06-06 02:34:14 +00:00
commit cf9ce3b054
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,8 @@
June 5, 2008
- Fixed: When following links in S_StartSound(), the function used sfx
instead of S_Sfx as the array base for getting the NearLimit.
- Repositioned the declaration of the file string in D_DoomMain() so that it
won't be left around on the stack at exit.
won't be left on the stack at exit.
- Fixed: PSymbol needs a virtual destructor so that PSymbolActionFunction can
free its Arguments.
- Symbols for native classes are now freed on exit.