- 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:
parent
b171d6e21f
commit
dc9ee0727a
13 changed files with 160 additions and 220 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue