mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Fixed misplaced vertex on Community Chest MAP16
This commit is contained in:
parent
c4ef8ce465
commit
2766b5ab2b
1 changed files with 5 additions and 0 deletions
|
@ -1307,6 +1307,11 @@ class LevelCompatibility native play
|
|||
break;
|
||||
}
|
||||
|
||||
case '5E9AF879343D6E44E429F91D57777D26': // cchest.wad map16
|
||||
{
|
||||
// Fix misplaced vertex
|
||||
SetVertex(202, -2, -873);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue