- minor fix in DrawPlayerBackdrop.

SVN r633 (trunk)
This commit is contained in:
Christoph Oelckers 2007-12-23 22:22:21 +00:00
commit 3c4344f2ec
2 changed files with 2 additions and 2 deletions

View file

@ -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 ());
}