This commit is contained in:
LightCat 2018-11-28 12:34:46 +01:00 committed by GitHub
parent 5634775254
commit 73b5ba6cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,8 +163,7 @@ free(logname);*/
#if ENABLE_VISUALS
{
std::vector<std::string> essential = { "menu.json",
"fonts/tf2build.ttf" };
std::vector<std::string> essential = { "fonts/tf2build.ttf" };
for (const auto &s : essential)
{
std::ifstream exists(DATA_PATH "/" + s, std::ios::in);