- Exported Point pushers, CustomSprite and AmbientSound to DECORATE.

SVN r1131 (trunk)
This commit is contained in:
Christoph Oelckers 2008-08-08 16:16:40 +00:00
commit bd50321357
9 changed files with 70 additions and 62 deletions

View file

@ -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)
{