forked from len0rd/rockbox
Updates doom menu w/ new graphics, now requires rockdoom.wad: http://alamode.mines.edu/~kkurbjun/rockdoom.wad
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9468 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c48660005b
commit
1123ab64cd
3 changed files with 16 additions and 8 deletions
|
@ -314,12 +314,13 @@ bool Dhandle_ver (int dver)
|
|||
|
||||
// This function builds up the basegame list for use in the options selection
|
||||
// it also sets the defaults for the argvlist
|
||||
// Now checking for rcokdoom.wad based on prboom.wad
|
||||
int Dbuild_base (struct opt_items *names)
|
||||
{
|
||||
if ( fileexists(GAMEBASE"prboom.wad") )
|
||||
if ( fileexists(GAMEBASE"rockdoom.wad") )
|
||||
return 0;
|
||||
|
||||
D_AddFile (GAMEBASE"prboom.wad", source_pwad);
|
||||
D_AddFile (GAMEBASE"rockdoom.wad", source_pwad);
|
||||
|
||||
int i=0;
|
||||
/* Doom Shareware */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue