We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4648bda commit 6721402Copy full SHA for 6721402
src/engindrwlstx.c
@@ -1833,7 +1833,7 @@ void draw_sort_sprite1b(int sspr)
1833
word_1A5834 = 120;
1834
word_1A5836 = 120;
1835
1836
- if (((p_thing->Flag2 & TgF2_Unkn2000) != 0) && (ingame.DisplayMode == 50))
+ if (((p_thing->Flag2 & TgF2_InsideBuilding) != 0) && (ingame.DisplayMode == 50))
1837
{
1838
if ((ingame.Flags & GamF_ThermalView) != 0) {
1839
ushort fr;
0 commit comments