- Fixed: Doom's status bar assumed that STBAR was always in Doom patch format.

- Added MF3_DONTSPLASH to the newly created sound sequence things.


SVN r62 (trunk)
This commit is contained in:
Christoph Oelckers 2006-04-21 21:42:12 +00:00
commit 663a0f5209
3 changed files with 78 additions and 2 deletions

View file

@ -79,6 +79,7 @@ public:
IMPLEMENT_STATELESS_ACTOR (ASoundSequenceSlot, Any, -1, 0)
PROP_Flags (MF_NOSECTOR|MF_NOBLOCKMAP)
PROP_Flags3 (MF3_DONTSPLASH)
END_DEFAULTS
//==========================================================================
@ -107,6 +108,7 @@ public:
IMPLEMENT_STATELESS_ACTOR (ASoundSequence, Any, 14066, 0)
PROP_Flags (MF_NOSECTOR|MF_NOBLOCKMAP)
PROP_Flags3 (MF3_DONTSPLASH)
END_DEFAULTS
//==========================================================================