GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix empty githash
[d2df-sdl.git]
/
src
/
game
/
g_basic.pas
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
@@
-120,7
+120,7
@@
end;
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
DEADSOFTWARE 2012-2025