- Fixed misplaced vertex on Community Chest MAP16

This commit is contained in:
player701 2019-03-28 15:10:48 +03:00 committed by Christoph Oelckers
parent c4ef8ce465
commit 2766b5ab2b
1 changed files with 5 additions and 0 deletions

View File

@ -1307,6 +1307,11 @@ class LevelCompatibility native play
break;
}
case '5E9AF879343D6E44E429F91D57777D26': // cchest.wad map16
{
// Fix misplaced vertex
SetVertex(202, -2, -873);
}
}
}