mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Add missing lookup for flags in read_ibt
This commit is contained in:
parent
b2d38522e0
commit
331be1b1e5
1 changed files with 7 additions and 0 deletions
|
@ -177,6 +177,13 @@ static IBT_DATA *read_ibt( char *filename, FILE *fp )
|
|||
}
|
||||
break;
|
||||
|
||||
case 'F':
|
||||
if (!str_cmp(word, "Flags")) {
|
||||
fMatch = TRUE;
|
||||
fread_flags(fp, ibtData->flags, 4);
|
||||
}
|
||||
break;
|
||||
|
||||
case 'I':
|
||||
TXT_KEY("IdNum", id_num, fread_line(fp));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue