1
0
forked from mirrors/0ad

Add engine support to load mods from config and restart into mods.

Restructure mod mounting code a bit to make it reusable, and use it for
replays. Fixes #2703.

This was SVN commit r15676.
This commit is contained in:
leper
2014-08-25 16:02:40 +00:00
parent 09e6d5ae02
commit 523d220ac5
13 changed files with 222 additions and 78 deletions
@@ -421,6 +421,7 @@ VECTOR(u32)
VECTOR(u16)
VECTOR(std::string)
VECTOR(std::wstring)
VECTOR(CStr8)
VECTOR(CScriptValRooted)