- Updated UDMF spec to 1.1.
- Added -noautoload option. - Added default Raven automap colors set. Needs to be tested because I can't compare against the DOS version myself. - Extened A_PlaySound and A_StopSound to be able to set all parameters of the internal sound code. SVN r1544 (trunk)
This commit is contained in:
parent
81c4773b46
commit
9040710e62
9 changed files with 547 additions and 421 deletions
|
|
@ -1605,7 +1605,7 @@ void D_DoomMain (void)
|
|||
|
||||
GameConfig->DoGameSetup (GameNames[gameinfo.gametype]);
|
||||
|
||||
if (!(gameinfo.flags & GI_SHAREWARE))
|
||||
if (!(gameinfo.flags & GI_SHAREWARE) && !Args->CheckParm("-noautoload"))
|
||||
{
|
||||
FString file;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue