Update year text

This commit is contained in:
RocketRobz 2024-12-24 23:11:28 -07:00
parent f077a4f83d
commit aa820a620c

View File

@ -14,7 +14,7 @@ private:
const char* gameYearText = "2008-2017"; const char* gameYearText = "2008-2017";
const char* gameYearText2 = "2009-2017"; const char* gameYearText2 = "2009-2017";
const char* gameYearTextKOR = "2010-2013"; const char* gameYearTextKOR = "2010-2013";
const char* yearText = "2019-2023"; const char* yearText = "2019-2024";
}; };
#endif #endif