mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- removed some overlooked 'player5start' entries in GAMEINFO sections.
This property no longer exists, these are now being set in the 'doomednums' block.
This commit is contained in:
parent
a41dc24086
commit
409525cde6
3 changed files with 0 additions and 3 deletions
|
@ -43,7 +43,6 @@ gameinfo
|
|||
defaultdropstyle = 1
|
||||
dontcrunchcorpses = true
|
||||
endoom = "ENDOOM"
|
||||
player5start = 4001
|
||||
drawreadthis = true
|
||||
pickupcolor = "d7 ba 45"
|
||||
quitmessages = "$QUITMSG", "$QUITMSG23", "$QUITMSG24", "$QUITMSG25", "$QUITMSG26", "$QUITMSG27", "$QUITMSG28", "$QUITMSG29"
|
||||
|
|
|
@ -31,7 +31,6 @@ gameinfo
|
|||
defaultrespawntime = 12
|
||||
defaultdropstyle = 1
|
||||
endoom = "ENDOOM"
|
||||
player5start = 4001
|
||||
pickupcolor = "c0 c0 c0"
|
||||
quitmessages = "Do you want to quit?"
|
||||
|
||||
|
|
|
@ -42,7 +42,6 @@ gameinfo
|
|||
defaultrespawntime = 16
|
||||
defaultdropstyle = 2
|
||||
endoom = "ENDSTRF"
|
||||
player5start = 5
|
||||
pickupcolor = "d7 ba 45"
|
||||
quitmessages = "$QUITMSG", "$QUITMSG15", "$QUITMSG16", "$QUITMSG17", "$QUITMSG18", "$QUITMSG19", "$QUITMSG20", "$QUITMSG21", "$QUITMSG22"
|
||||
menufontcolor_title = "UNTRANSLATED"
|
||||
|
|
Loading…
Reference in a new issue