- removed 8 character limit for map names.

This commit is contained in:
Christoph Oelckers 2014-05-14 00:52:16 +02:00
commit a375454474
8 changed files with 66 additions and 56 deletions

View file

@ -8942,7 +8942,7 @@ static void addDefered (level_info_t *i, acsdefered_t::EType type, int script, c
def->playernum = -1;
}
i->defered = def;
DPrintf ("%s on map %s deferred\n", ScriptPresentation(script).GetChars(), i->mapname);
DPrintf ("%s on map %s deferred\n", ScriptPresentation(script).GetChars(), i->MapName.GetChars());
}
}