- 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
1 changed files with 2 additions and 2 deletions

View File

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