- fixed: The map loader did not check for the new node formats.

SVN r3982 (trunk)
This commit is contained in:
Christoph Oelckers 2012-12-07 07:40:41 +00:00
parent d77297e969
commit deff47ea18
1 changed files with 1 additions and 1 deletions

View File

@ -3718,7 +3718,7 @@ void P_SetupLevel (char *lumpname, int position)
}
map->file->Read (&id, 4);
if (id != 0 && (id == idcheck || id == idcheck2 || id == idcheck3 || id == idcheck4))
if (id != 0 && (id == idcheck || id == idcheck2 || id == idcheck3 || id == idcheck4 || id == idcheck5 || id == idcheck6))
{
try
{