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
1 changed files with 1 additions and 5 deletions

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;