summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/rockdoom.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/rockdoom.c')
-rw-r--r--apps/plugins/doom/rockdoom.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/doom/rockdoom.c b/apps/plugins/doom/rockdoom.c
index bc433e7f1d..08bbafa932 100644
--- a/apps/plugins/doom/rockdoom.c
+++ b/apps/plugins/doom/rockdoom.c
@@ -314,12 +314,13 @@ bool Dhandle_ver (int dver)
314 314
315// This function builds up the basegame list for use in the options selection 315// This function builds up the basegame list for use in the options selection
316// it also sets the defaults for the argvlist 316// it also sets the defaults for the argvlist
317// Now checking for rcokdoom.wad based on prboom.wad
317int Dbuild_base (struct opt_items *names) 318int Dbuild_base (struct opt_items *names)
318{ 319{
319 if ( fileexists(GAMEBASE"prboom.wad") ) 320 if ( fileexists(GAMEBASE"rockdoom.wad") )
320 return 0; 321 return 0;
321 322
322 D_AddFile (GAMEBASE"prboom.wad", source_pwad); 323 D_AddFile (GAMEBASE"rockdoom.wad", source_pwad);
323 324
324 int i=0; 325 int i=0;
325 /* Doom Shareware */ 326 /* Doom Shareware */