Fixed untranslated string (thanks, Danny!)
This commit is contained in:
parent
cd065471c8
commit
e7a9d06206
|
@ -108,7 +108,7 @@ static int WAD_mkdir(DirHandle *h, const char *name);
|
|||
const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_WAD =
|
||||
{
|
||||
"WAD",
|
||||
/* !!! FIXME WAD_ARCHIVE_DESCRIPTION, */ "DOOM engine format",
|
||||
WAD_ARCHIVE_DESCRIPTION,
|
||||
"Travis Wells <traviswells@mchsi.com>",
|
||||
"http://www.3dmm2.com/doom/",
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue