- scriptified a_spectral.cpp.

- consolidated A_Tracer and A_Tracer2.

Note that this commit temporarily disables a few features in order to make it compile.
This commit is contained in:
Christoph Oelckers 2016-11-28 12:55:33 +01:00
commit dc9ee0727a
13 changed files with 160 additions and 220 deletions

View file

@ -105,8 +105,7 @@ void P_TouchSpecialThing (AActor *special, AActor *toucher)
toucher->player->Bot->prev = toucher->player->Bot->dest;
toucher->player->Bot->dest = NULL;
}
special->Touch (toucher);
special->CallTouch (toucher);
}