allow all MAP files to be read from DDL archive

This commit is contained in:
Ondřej Novák 2025-06-14 14:10:02 +02:00
parent 96eaeb4851
commit 73a4187f79
18 changed files with 185 additions and 165 deletions

View file

@ -572,8 +572,7 @@ static int ma_picki(const TMA_TWOP *i,int abs_pos)
static void ma_wbook(const TMA_LOADLEV *l)
{
const char *s = build_pathname(2, gpathtable[SR_MAP], l->name);
add_text_to_book(s,l->start_pos);
add_text_to_book(l->name, SR_MAP,l->start_pos);
play_fx_at(FX_BOOK);
}