Apply client and server config tweaks when loading the original config

This commit is contained in:
smallmodel 2025-01-21 22:56:05 +01:00
parent b8c7223da7
commit 02fc573e31
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
6 changed files with 42 additions and 1 deletions

View file

@ -1074,6 +1074,7 @@ extern int com_frameMsec;
extern qboolean com_errorEntered;
extern qboolean com_fullyInitialized;
extern qboolean com_gotOriginalConfig;
extern fileHandle_t com_journalFile;
extern fileHandle_t com_journalDataFile;