mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
Merge pull request #10 from tbamud/master
Merge with upstream: Add missing lookup for flags in read_ibt (#128)
This commit is contained in:
commit
e82a25484d
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