Use SpriteSheets and move server.db and server.txt to "Data" folder.

This commit is contained in:
GabsPuNs
2026-06-21 19:18:22 -04:00
parent 0c38270b29
commit 578d7dd90e
48 changed files with 153 additions and 162 deletions

View File

@@ -876,7 +876,7 @@ void CPlatformNetworkManagerStub::SearchForGames()
friendsSessions[0].push_back(info);
}
if (std::FILE* file = std::fopen("servers.db", "rb")) {
if (std::FILE* file = std::fopen("Data\\servers.db", "rb")) {
char magic[4] = {};
if (std::fread(magic, 1, 4, file) == 4 && memcmp(magic, "MCSV", 4) == 0)
{