From 1c313da541dba42e277f301a67f639f953a2348a Mon Sep 17 00:00:00 2001 From: iota97 Date: Fri, 11 Feb 2022 19:30:25 +0100 Subject: [PATCH] Keep comment up to date --- UI/MiscScreens.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MiscScreens.cpp b/UI/MiscScreens.cpp index 182a187fbd..e4b614059b 100644 --- a/UI/MiscScreens.cpp +++ b/UI/MiscScreens.cpp @@ -274,7 +274,7 @@ private: double nextT_ = -INTERVAL; }; -// TODO: Add more styles. Remember to add to the enum in Config.cpp and the selector in GameSettings too. +// TODO: Add more styles. Remember to add to the enum in ConfigValues.h and the selector in GameSettings too. static BackgroundAnimation g_CurBackgroundAnimation = BackgroundAnimation::OFF; static std::unique_ptr g_Animation;