Update branding.cpp

This commit is contained in:
fed 2023-01-27 01:15:23 +01:00
parent f5c8bdb600
commit 80a5426d01

View File

@ -39,7 +39,7 @@ namespace branding
#ifdef DEBUG
const auto text = "h1-mod: " VERSION " (" __DATE__ " " __TIME__ ")";
#else
const auto text = "h1-mod: " VERSION ";
const auto text = "h1-mod: " VERSION;
#endif
const auto placement = game::ScrPlace_GetViewPlacement();