- Removed the check for Heretic when playing *evillaugh when using the
Chaos Device. This sound is not defined by the other games so it won't play by default. - Added MORPH_UNDOBYTOMEOFPOWER and MORPH_UNDOBYCHAOSDEVICE flags for the morph style so that the special behavior of these two items can be switched on and off. SVN r890 (trunk)
This commit is contained in:
parent
a424a2f2a9
commit
4dc1b9579e
7 changed files with 34 additions and 12 deletions
|
|
@ -17,7 +17,7 @@ enum
|
|||
MORPH_UNDOBYCHAOSDEVICE = 8,
|
||||
};
|
||||
|
||||
class PClass;
|
||||
struct PClass;
|
||||
class AActor;
|
||||
class player_s;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue