Skip to content
Snippets Groups Projects
Commit 9d075f79 authored by deuce's avatar deuce
Browse files

Set entry ID as intended when reading BBS list.

parent f2c10658
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ void read_item(FILE *listfile, struct bbslist *entry, char *bbsname, int id, int
entry->music=iniReadInteger(listfile,bbsname,"ANSIMusic",CTERM_MUSIC_BANSI);
iniReadString(listfile,bbsname,"Font","Codepage 437 English",entry->font);
entry->type=type;
entry->id=id;
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment