- moved date code to its own file.

This commit is contained in:
Christoph Oelckers 2020-10-05 20:24:51 +02:00
commit 504f85e6d4
5 changed files with 249 additions and 208 deletions

View file

@ -161,8 +161,6 @@ bool playeringame[MAXPLAYERS];
int gametic;
time_t epochoffset = 0; // epoch start in seconds (0 = January 1st, 1970)
CVAR(Bool, demo_compress, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
FString newdemoname;
FString newdemomap;