- Removed the SoundChans bitfield from AActor, since it seems there are race

conditions I don't fully understand where it simply doesn't work.


SVN r1367 (trunk)
This commit is contained in:
Randy Heit 2009-01-25 01:52:38 +00:00
parent b6528a604e
commit 6ebbc920fb
5 changed files with 52 additions and 45 deletions

View file

@ -1,4 +1,6 @@
January 24, 2009
- Removed the SoundChans bitfield from AActor, since it seems there are race
conditions I don't fully understand where it simply doesn't work.
- Removed BaseTime initialization from sdl/i_system.cpp as per Chris's
recommendation.