Skip to content

Commit

Permalink
libtrx/text: swap sound and music glyph definitions
Browse files Browse the repository at this point in the history
Resolves #1811.
  • Loading branch information
lahm86 committed Nov 2, 2024
1 parent 04d75ac commit 1e72c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libtrx/game/text.def
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ GLYPH_DEFINE(97, "\\{button l1}", 16, GLYPH_NORMAL)
GLYPH_DEFINE(98, "\\{button r1}", 16, GLYPH_NORMAL)
GLYPH_DEFINE(99, "\\{button l2}", 16, GLYPH_NORMAL)
GLYPH_DEFINE(100, "\\{button r2}", 16, GLYPH_NORMAL)
GLYPH_DEFINE(101, "\\{icon sound}", 12, GLYPH_NORMAL)
GLYPH_DEFINE(102, "\\{icon music}", 14, GLYPH_NORMAL)
GLYPH_DEFINE(101, "\\{icon music}", 14, GLYPH_NORMAL)
GLYPH_DEFINE(102, "\\{icon sound}", 12, GLYPH_NORMAL)
GLYPH_DEFINE(103, "\\{ammo shotgun}", 8, GLYPH_NORMAL)
GLYPH_DEFINE(104, "\\{ammo magnums}", 8, GLYPH_NORMAL)
GLYPH_DEFINE(105, "\\{ammo uzis}", 8, GLYPH_NORMAL)
Expand Down

0 comments on commit 1e72c40

Please sign in to comment.