Skip to content

Commit

Permalink
ACS upper case HUD (#1530)
Browse files Browse the repository at this point in the history
Correction for spelling SetHudClipRect, SetHudSize and SetHudWrapWidth, so Function Link works.
  • Loading branch information
DoomKrawa committed Jun 21, 2023
1 parent d7b5e6e commit d2bfc05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/res/config/languages/acs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,9 @@ acs_z : acs
SetFogDensity = "int tag, int amount";
SetFont = "str fontlump";
SetGravity = "fixed amount";
SetHUDClipRect = "int x, int y, int width, int height, [int wrapwidth], [bool aspectratio]";
SetHUDSize = "int width, int height, bool statusbar";
SetHUDWrapWidth = "int wrapwidth";
SetHudClipRect = "int x, int y, int width, int height, [int wrapwidth], [bool aspectratio]";
SetHudSize = "int width, int height, bool statusbar";
SetHudWrapWidth = "int wrapwidth";
SetLineActivation = "int lineid, int activation, [int repeat]";
SetLineBlocking = "int lineid, int setting";
SetLineMonsterBlocking = "int lineid, int setting";
Expand Down

0 comments on commit d2bfc05

Please sign in to comment.