- allow localization of Hexen's original ACS strings.

This way of looking up strings is intentionally limited to content from Hexen.wad and Hexdd.wad.
This commit is contained in:
Christoph Oelckers 2019-02-05 11:51:19 +01:00
commit 546d3d1bf5
4 changed files with 183 additions and 21 deletions

View file

@ -2863,7 +2863,7 @@ void MapLoader::LoadBehavior(MapData * map)
{
if (map->Size(ML_BEHAVIOR) > 0)
{
Level->Behaviors.LoadModule(-1, &map->Reader(ML_BEHAVIOR), map->Size(ML_BEHAVIOR));
Level->Behaviors.LoadModule(-1, &map->Reader(ML_BEHAVIOR), map->Size(ML_BEHAVIOR), map->lumpnum);
}
if (!Level->Behaviors.CheckAllGood())
{