diff options
Diffstat (limited to 'sys/src/games/doom/d_main.c')
-rw-r--r-- | sys/src/games/doom/d_main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/src/games/doom/d_main.c b/sys/src/games/doom/d_main.c index 706306912..6f1e86215 100644 --- a/sys/src/games/doom/d_main.c +++ b/sys/src/games/doom/d_main.c @@ -635,11 +635,6 @@ void IdentifyVersion (void) gamemode = indetermined; return; } - if(gamemode != indetermined && rfork(RFPROC|RFFDG) == 0){ - close(2); - execl("/bin/games/wadfs", "wadfs", wadfile, nil); - sysfatal("execl: %r"); - } strncpy(basedefault, wadfile, sizeof(basedefault)-5); basedefault[sizeof(basedefault)-5] = '\0'; slash = strrchr(basedefault, '/'); |