feat(client): use 'realmList' CVar when connecting to realm list server

This commit is contained in:
phaneron 2023-09-01 21:14:28 -04:00
parent 9096894a21
commit d60b85f85c
6 changed files with 148 additions and 5 deletions

View file

@ -22,6 +22,10 @@ bool CVGxMaximizeCallback(CVar*, const char*, const char*, void*) {
}
bool CVGxResolutionCallback(CVar*, const char*, const char*, void*) {
static C2iVector legalSizes[] = {
{}
}
// TODO
return true;
}