- removed the remaining parts of cache1d. The only thing left is the dummy cacheAllocateBlock function that needs to stick around until a working cache is present.

- disabled the user maps menu because it is hopelessly dependent on functionality that cannot be fixed. Better wait until the menu refactor to do it right - it'd be a waste of time fixing the current menus.
This commit is contained in:
Christoph Oelckers 2019-11-02 01:30:21 +01:00
parent 1149b4f4aa
commit c54ae1be83
18 changed files with 87 additions and 491 deletions

View file

@ -463,6 +463,7 @@ CUSTOM_CVAR(String, rtsname, "", CVAR_ARCHIVE | CVAR_USERINFO)
RTS_Init(self);
}
CVAR(String, usermapfolder, "", CVAR_ARCHIVE);
#if 0