mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed: levellump for drawstring should be all uppercase for consistency.
SVN r3330 (trunk)
This commit is contained in:
parent
893455ef61
commit
3b8f5e0d39
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ class CommandDrawString : public SBarInfoCommand
|
|||
{
|
||||
cache = level.lumpnum;
|
||||
str = level.mapname;
|
||||
str.ToUpper();
|
||||
RealignString();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue