- Exported Point pushers, CustomSprite and AmbientSound to DECORATE.
SVN r1131 (trunk)
This commit is contained in:
parent
e010561088
commit
bd50321357
9 changed files with 70 additions and 62 deletions
|
|
@ -3899,13 +3899,9 @@ AActor *P_SpawnMapThing (FMapThing *mthing, int position)
|
|||
{
|
||||
mthing->args[0] = mthing->type - 14000;
|
||||
mthing->type = 14065;
|
||||
i = RUNTIME_CLASS(AAmbientSound);
|
||||
}
|
||||
else
|
||||
{
|
||||
// find which type to spawn
|
||||
i = DoomEdMap.FindType (mthing->type);
|
||||
}
|
||||
// find which type to spawn
|
||||
i = DoomEdMap.FindType (mthing->type);
|
||||
|
||||
if (i == NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue