mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-21 11:21:52 +00:00
Merge pull request #144 from smcv/source-date-epoch
savegame: ensure that BUILD_DATE is defined
This commit is contained in:
commit
7cb455459a
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@
|
|||
*/
|
||||
#define SAVEGAMEVER "YQ2-2"
|
||||
|
||||
#ifndef BUILD_DATE
|
||||
#define BUILD_DATE __DATE__
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This macros are used to prohibit loading of savegames
|
||||
* created on other systems or architectures. This will
|
||||
|
|
Loading…
Reference in a new issue