diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index 12706cdf1..88d38f1a4 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -491,8 +491,8 @@ void Game::addWatermark() if (!boldFont || !config.getBoolValue("addwatermark")) return; - const Color &color1 = theme->getColor(Theme::TEXT, 255); - const Color &color2 = theme->getColor(Theme::TEXT_OUTLINE, 255); + const Color &color1 = theme->getColor(ThemeColorId::TEXT, 255); + const Color &color2 = theme->getColor(ThemeColorId::TEXT_OUTLINE, 255); boldFont->drawString(mainGraphics, color1, |