Forgot a change in the last commit

This commit is contained in:
Linus Probert 2018-02-22 19:18:38 +01:00
parent 7fb34bf9e8
commit ba9a92208d
1 changed files with 4 additions and 0 deletions

View File

@ -619,7 +619,11 @@ int main(int argc, char *argv[])
UNUSED(argc);
PHYSFS_init(argv[0]);
#ifndef DEBUG
PHYSFS_mount("assets.pack", NULL, 0);
#else
PHYSFS_mount("assets", NULL, 0);
#endif // DEBUG
if (!init())
return 1;