remove physfs; cellfs now is at parity
This commit is contained in:
@@ -991,8 +991,6 @@ int main(int argc, char **argv)
|
||||
tracy_profiling_enabled = profile_enabled;
|
||||
#endif
|
||||
|
||||
PHYSFS_init(argv[0]);
|
||||
|
||||
/* Load QOP package attached to executable - this is now mandatory! */
|
||||
int mounted = prosperon_mount_core();
|
||||
if (!mounted) {
|
||||
@@ -1014,7 +1012,6 @@ int main(int argc, char **argv)
|
||||
for (int i = 1; i < actor_argc; i++)
|
||||
wota_write_text(&startwota, actor_argv[i]);
|
||||
|
||||
|
||||
/* Initialize synchronization primitives */
|
||||
ready_sem = SDL_CreateSemaphore(0);
|
||||
main_sem = SDL_CreateSemaphore(0);
|
||||
|
||||
Reference in New Issue
Block a user