mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Updated for 2020 release
This commit is contained in:
parent
29f19f9ce5
commit
4214a3e31e
5 changed files with 4 additions and 24 deletions
|
@ -24,7 +24,7 @@
|
|||
* @todo cpp_extern isn't needed here (or anywhere) as the extern reserved word
|
||||
* works correctly with C compilers (at least in my Experience)
|
||||
* Jeremy Osborne 1/28/2008 */
|
||||
cpp_extern const char *tbamud_version = "tbaMUD 2019";
|
||||
cpp_extern const char *tbamud_version = "tbaMUD 2020";
|
||||
|
||||
/* strings corresponding to ordinals/bitvectors in structs.h */
|
||||
/* (Note: strings for class definitions in class.c instead of here) */
|
||||
|
|
|
@ -120,7 +120,7 @@ static IBT_DATA *read_ibt( char *filename, FILE *fp )
|
|||
IBT_DATA *ibtData;
|
||||
char *word, *id_num=NULL, *dated=NULL;
|
||||
char buf[MAX_STRING_LENGTH];
|
||||
bool fMatch, flgCheck;
|
||||
bool fMatch;
|
||||
char letter;
|
||||
|
||||
do
|
||||
|
@ -177,10 +177,6 @@ static IBT_DATA *read_ibt( char *filename, FILE *fp )
|
|||
}
|
||||
break;
|
||||
|
||||
case 'F':
|
||||
KEY("Flags", flgCheck, fread_flags(fp, ibtData->flags, IBT_ARRAY_MAX));
|
||||
break;
|
||||
|
||||
case 'I':
|
||||
TXT_KEY("IdNum", id_num, fread_line(fp));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue