- remove debug check

This commit is contained in:
Christoph Oelckers 2023-04-30 09:58:21 +02:00
parent 4010fc1aa7
commit 83c401574c

View file

@ -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;