Allow gamedata to use vscript binary (#1826)

This commit is contained in:
Vauff
2022-09-20 09:46:03 +02:00
committed by GitHub
parent 4015f9c1c9
commit 568da23c96
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -612,6 +612,8 @@ SMCResult CGameConfig::ReadSMC_LeavingSection(const SMCStates *states)
addrInBase = bridge->matchmakingDSFactory;
} else if (strcmp(s_TempSig.library, "soundemittersystem") == 0) {
addrInBase = bridge->soundemittersystemFactory;
} else if (strcmp(s_TempSig.library, "vscript") == 0) {
addrInBase = bridge->vscriptFactory;
}
void *final_addr = NULL;
if (addrInBase == NULL)