mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-20 13:15:16 -04:00
allow all MAP files to be read from DDL archive
This commit is contained in:
parent
96eaeb4851
commit
73a4187f79
18 changed files with 185 additions and 165 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue