Revert "Temporarily disable branch info for release"

This reverts commit 5f4afbe57f.
This commit is contained in:
Michał Janiszewski 2016-12-27 01:53:00 +01:00
parent 617413c8ae
commit a20250a57f
1 changed files with 5 additions and 1 deletions

View File

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