Fixed untranslated string (thanks, Danny!)

This commit is contained in:
Ryan C. Gordon 2005-03-16 12:00:54 +00:00
parent cd065471c8
commit e7a9d06206
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ static int WAD_mkdir(DirHandle *h, const char *name);
const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_WAD = const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_WAD =
{ {
"WAD", "WAD",
/* !!! FIXME WAD_ARCHIVE_DESCRIPTION, */ "DOOM engine format", WAD_ARCHIVE_DESCRIPTION,
"Travis Wells <traviswells@mchsi.com>", "Travis Wells <traviswells@mchsi.com>",
"http://www.3dmm2.com/doom/", "http://www.3dmm2.com/doom/",
}; };