- restored warning about missing aiming camera target

This commit is contained in:
alexey.lysiuk 2020-05-18 13:58:22 +03:00 committed by drfrag
parent 2f3be44470
commit 8dd30ab922

View file

@ -70,7 +70,7 @@ class AimingCamera : SecurityCamera
tracer = it.Next (); tracer = it.Next ();
if (tracer == NULL) if (tracer == NULL)
{ {
//Printf ("AimingCamera %d: Can't find TID %d\n", tid, args[3]); console.Printf ("AimingCamera %d: Can't find TID %d\n", tid, args[3]);
} }
else else
{ // Don't try for a new target upon losing this one. { // Don't try for a new target upon losing this one.