1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Temporarily disable branch info for release

This commit is contained in:
Michał Janiszewski
2016-12-27 01:19:46 +01:00
parent 5af562159b
commit 5f4afbe57f

View File

@@ -30,11 +30,7 @@
const char *gBuildServer = "";
#endif
#ifdef OPENRCT2_BRANCH
const char *gGitBranch = OPENRCT2_BRANCH;
#else
const char *gGitBranch = "";
#endif
const char *gGitBranch = "";
#ifdef OPENRCT2_COMMIT_SHA1
const char *gCommitSha1 = OPENRCT2_COMMIT_SHA1;