From 0631670a66800c7af47ac06e434b363c101620c6 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Mon, 18 May 2020 13:58:22 +0300 Subject: [PATCH] - restored warning about missing aiming camera target --- wadsrc/static/zscript/actors/shared/camera.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/actors/shared/camera.zs b/wadsrc/static/zscript/actors/shared/camera.zs index 91923b133..74d0a4b39 100644 --- a/wadsrc/static/zscript/actors/shared/camera.zs +++ b/wadsrc/static/zscript/actors/shared/camera.zs @@ -70,7 +70,7 @@ class AimingCamera : SecurityCamera tracer = it.Next (); 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 { // Don't try for a new target upon losing this one.