- minor fix in DrawPlayerBackdrop.
SVN r633 (trunk)
This commit is contained in:
parent
8a433d6f12
commit
3c4344f2ec
2 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ FGameConfigFile::~FGameConfigFile ()
|
|||
|
||||
void FGameConfigFile::WriteCommentHeader (FILE *file) const
|
||||
{
|
||||
fprintf (file, "# This file was generated by ZDOOM " DOTVERSIONSTR " on %s"
|
||||
fprintf (file, "# This file was generated by " GAMENAME " " DOTVERSIONSTR " on %s"
|
||||
"# It is not really meant to be modified outside of ZDoom, nyo.\n\n", myasctime ());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue