mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-19 17:32:11 +00:00
Fixed the registered or shareware versions of Doom not using the correct chat sound.
This commit is contained in:
parent
e12d51c5a2
commit
aa190dffc9
2 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,7 @@ gameinfo
|
|||
creditpage = "CREDIT", "HELP2"
|
||||
titlemusic = "$MUSIC_INTRO"
|
||||
titletime = 5
|
||||
chatsound = "misc/chat2"
|
||||
finalemusic = "$MUSIC_VICTOR"
|
||||
finaleflat = "FLOOR4_8"
|
||||
finalepage = "HELP2", "VICTORY2", "ENDPIC"
|
||||
|
|
|
@ -3,7 +3,6 @@ include "mapinfo/doom1.txt"
|
|||
gameinfo
|
||||
{
|
||||
creditpage = "CREDIT"
|
||||
chatsound = "misc/chat2"
|
||||
finalepage = "CREDIT", "VICTORY2", "ENDPIC"
|
||||
infopage = "HELP1", "CREDIT"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue