Forgot a change in the last commit
This commit is contained in:
parent
7fb34bf9e8
commit
ba9a92208d
|
@ -619,7 +619,11 @@ int main(int argc, char *argv[])
|
||||||
UNUSED(argc);
|
UNUSED(argc);
|
||||||
|
|
||||||
PHYSFS_init(argv[0]);
|
PHYSFS_init(argv[0]);
|
||||||
|
#ifndef DEBUG
|
||||||
|
PHYSFS_mount("assets.pack", NULL, 0);
|
||||||
|
#else
|
||||||
PHYSFS_mount("assets", NULL, 0);
|
PHYSFS_mount("assets", NULL, 0);
|
||||||
|
#endif // DEBUG
|
||||||
|
|
||||||
if (!init())
|
if (!init())
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue