mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 20:42:11 +00:00
- remove debug check
This commit is contained in:
parent
4010fc1aa7
commit
83c401574c
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ void TickActor(DDukeActor* self)
|
|||
bool conres = execute(self, p, pdist);
|
||||
if (!conres && (self->flags4 & SFLAG4_CONOVERRIDE))
|
||||
{
|
||||
Printf("CON substituted for %s\n", self->GetClass()->TypeName);
|
||||
self->state_player = &ps[p];
|
||||
self->state_dist = pdist;
|
||||
self->flags4 |= SFLAG4_INRUNSTATE;
|
||||
|
|
Loading…
Reference in a new issue