- fixed "Spells" menu text missing a "$" prefix.

This commit is contained in:
Christoph Oelckers 2021-11-25 00:21:05 +01:00
parent fd3d95dbe2
commit 7414d737a9

View file

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