diff --git a/src/g_shared/sbarinfo_commands.cpp b/src/g_shared/sbarinfo_commands.cpp index 7124f8abd0..c044f0525a 100644 --- a/src/g_shared/sbarinfo_commands.cpp +++ b/src/g_shared/sbarinfo_commands.cpp @@ -181,7 +181,7 @@ class CommandDrawImage : public SBarInfoCommand { icon = GetWeaponIcon(weapon); } - texture = TexMan[weapon->Icon]; + texture = TexMan[icon]; } } else if(type == SIGIL)