mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-29 07:21:54 +00:00
- fixed "Spells" menu text missing a "$" prefix.
This commit is contained in:
parent
fd3d95dbe2
commit
7414d737a9
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ OptionMenu "WeaponsControlMenu" protected
|
|||
}
|
||||
ifgame(Witchaven, Witchaven2)
|
||||
{
|
||||
StaticText "CNTRLMNU_SPELLS"
|
||||
StaticText "$CNTRLMNU_SPELLS"
|
||||
Control "$CNTRLMNU_SPELL0" , "cast_spell 0"
|
||||
Control "$CNTRLMNU_SPELL1" , "cast_spell 1"
|
||||
Control "$CNTRLMNU_SPELL2" , "cast_spell 2"
|
||||
|
|
Loading…
Reference in a new issue