summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0398891)
raw | patch | inline | side by side (parent: 0398891)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Thu, 7 Nov 2019 21:08:37 +0000 (00:08 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Thu, 7 Nov 2019 21:08:37 +0000 (00:08 +0300) |
src/game/g_basic.pas | patch | blob | history |
diff --git a/src/game/g_basic.pas b/src/game/g_basic.pas
index 7024514be8898ce6796ea8dd5b9213f69e8c6893..afe112e157ecda9cd1a0e00b6ea25e640c9b2216 100644 (file)
--- a/src/game/g_basic.pas
+++ b/src/game/g_basic.pas
function g_GetBuildHash (full: Boolean = True): AnsiString;
begin
- if {$I %D2DF_BUILD_USER%} <> '' then
+ if {$I %D2DF_BUILD_HASH%} <> '' then
if full then
result := {$I %D2DF_BUILD_HASH%}
else