mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +00:00
- fixed: Strife defined the wrong graphic for the pause sign.
SVN r2900 (trunk)
This commit is contained in:
parent
828adec7e6
commit
00f6f459e5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ gameinfo
|
||||||
menufontcolor_selection = "GOLD"
|
menufontcolor_selection = "GOLD"
|
||||||
menubackbutton = "M_BACK_S"
|
menubackbutton = "M_BACK_S"
|
||||||
PlayerClasses = "StrifePlayer"
|
PlayerClasses = "StrifePlayer"
|
||||||
pausesign = "PAUSED"
|
pausesign = "M_PAUSE"
|
||||||
gibfactor = 0.5
|
gibfactor = 0.5
|
||||||
cursorpic = "strfcurs"
|
cursorpic = "strfcurs"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue