Fixed the registered or shareware versions of Doom not using the correct chat sound.

This commit is contained in:
Adam Kaminski 2025-01-08 10:20:04 -05:00 committed by Rachael Alexanderson
parent e12d51c5a2
commit aa190dffc9
2 changed files with 1 additions and 1 deletions

View file

@ -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"

View file

@ -3,7 +3,6 @@ include "mapinfo/doom1.txt"
gameinfo
{
creditpage = "CREDIT"
chatsound = "misc/chat2"
finalepage = "CREDIT", "VICTORY2", "ENDPIC"
infopage = "HELP1", "CREDIT"
}