From 65dc6bf7d0592e8b01d2b6d4c5c616b925c4b2a7 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Tue, 2 Oct 2018 19:25:10 -0700 Subject: [PATCH] Revert PhysFS changes --- src/filesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filesystem.cpp b/src/filesystem.cpp index baa124f..8bf1cf8 100644 --- a/src/filesystem.cpp +++ b/src/filesystem.cpp @@ -507,7 +507,7 @@ void FileSystem::initFontSets(SharedFontState &sfs) { FontSetsCBData d = { p, &sfs }; - PHYSFS_enumerate(".", findFontsFolderCB, &d); + PHYSFS_enumerate("Fonts", findFontsFolderCB, &d); } struct OpenReadEnumData