mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
- restored warning about missing aiming camera target
This commit is contained in:
parent
079e7ee4e9
commit
0631670a66
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue