- added the EE-Extradata parser I wrote for GZDoom so I can use the Vaporware demo map for testing portal stuff.

This commit is contained in:
Christoph Oelckers 2016-02-05 23:51:28 +01:00
commit e88901f4b7
12 changed files with 979 additions and 108 deletions

View file

@ -69,6 +69,7 @@ const char *SpecialMapthingNames[] = {
"$CopyCeilingPlane",
"$VertexFloorZ",
"$VertexCeilingZ",
"$EDThing",
};
//==========================================================================