- Fixed: levellump for drawstring should be all uppercase for consistency.

SVN r3330 (trunk)
This commit is contained in:
Braden Obrzut 2011-12-09 00:59:38 +00:00
parent 893455ef61
commit 3b8f5e0d39

View file

@ -695,6 +695,7 @@ class CommandDrawString : public SBarInfoCommand
{
cache = level.lumpnum;
str = level.mapname;
str.ToUpper();
RealignString();
}
break;