Make the windows port find ppge_atlas in the assets subdirectory.

This commit is contained in:
Henrik Rydgard 2012-12-17 22:24:07 +01:00
parent 5a11d4d9c5
commit 624927cd9a

View File

@ -56,6 +56,7 @@ int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLin
token = strtok(szCmdLine," ");
g_Config.Load();
VFSRegister("", new DirectoryAssetReader("assets/"));
VFSRegister("", new DirectoryAssetReader(""));
while (token)