- at least get the terms being used right. Of course it's not EDF (which would way beyond the scope of what's intended here) but only Extradata, that's being supported.

(For EDF an external converter would make more sense.)
This commit is contained in:
Christoph Oelckers 2016-01-12 09:13:55 +01:00
commit 9e33599536
7 changed files with 88 additions and 76 deletions

View file

@ -63,8 +63,8 @@
#include "a_keys.h"
#include "c_dispatch.h"
#include "r_sky.h"
#ifndef NO_EDF
#include "edf.h"
#ifndef NO_EDATA
#include "edata.h"
#endif
// State.
@ -1377,8 +1377,8 @@ void P_SpawnSpecials (void)
P_InitSectorSpecial(sector, sector->special, false);
}
#ifndef NO_EDF
ProcessEDFSectors();
#ifndef NO_EDATA
ProcessEDSectors();
#endif