Remove branding overlay

This commit is contained in:
Ahrimdon 2024-03-07 01:02:48 -05:00
parent 746d33f04e
commit b116134aff

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 = ""; // Ahrimdon
#endif
const auto placement = game::ScrPlace_GetViewPlacement();