diff --git a/Source/diablo.cpp b/Source/diablo.cpp index 3ac3c5fe3..a99f8c3fa 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -2193,7 +2193,7 @@ void initKeymapActions() _("Nightmare"), _("Hell"), }; - sprintf(pszStr, _("%s, version = %s, mode = %s"), gszProductName, gszVersionNumber, difficulties[sgGameInitInfo.nDifficulty]); + sprintf(pszStr, _("%s, version = %s, mode = %s"), gszProductName, PROJECT_VERSION, difficulties[sgGameInitInfo.nDifficulty]); NetSendCmdString(1 << myplr, pszStr); }, });