(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
This commit is contained in:
@@ -50,7 +50,7 @@ static void NetworkGameListHandleDelayedInsert()
|
||||
strecpy(item->info.hostname, ins_item->info.hostname, lastof(item->info.hostname));
|
||||
item->online = false;
|
||||
}
|
||||
item->manually = ins_item->manually;
|
||||
item->manually |= ins_item->manually;
|
||||
UpdateNetworkGameWindow(false);
|
||||
}
|
||||
free(ins_item);
|
||||
|
Reference in New Issue
Block a user