- implement 'loadacs' option for MAPINFO.

This commit is contained in:
Christoph Oelckers 2016-01-10 10:21:17 +01:00
commit 39cdb7cf30
2 changed files with 16 additions and 1 deletions

View file

@ -3702,6 +3702,10 @@ void P_SetupLevel (const char *lumpname, int position)
}
FBehavior::StaticLoadDefaultModules ();
#ifndef NO_EDF
LoadMapinfoACSLump();
#endif
P_LoadStrifeConversations (map, lumpname);