- Fixed bad characters in the info command string.

This commit is contained in:
Edoardo Prezioso 2015-01-06 23:16:25 +01:00
parent 95496cdb4d
commit 4ea918ab3b

View file

@ -900,8 +900,8 @@ CCMD(info)
linetarget->SpawnHealth()); linetarget->SpawnHealth());
PrintMiscActorInfo(linetarget); PrintMiscActorInfo(linetarget);
} }
else Printf("No target found. Info cannot find actors that have\ else Printf("No target found. Info cannot find actors that have "
the NOBLOCKMAP flag or have height/radius of 0.\n"); "the NOBLOCKMAP flag or have height/radius of 0.\n");
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------