diff --git a/src/hardware/hw_md2.c b/src/hardware/hw_md2.c
index fca3af217ececcf3a5d95c7df8559da24240f01b..4ce3b38f6b70489d81c94b3cdff102486d1304ac 100644
--- a/src/hardware/hw_md2.c
+++ b/src/hardware/hw_md2.c
@@ -1146,7 +1146,7 @@ static void HWR_GetBlendedTexture(patch_t *patch, patch_t *blendpatch, INT32 ski
 static boolean HWR_AllowModel(mobj_t *mobj)
 {
 	// Signpost overlay. Not needed.
-	if (mobj->state-states == S_PLAY_SIGN)
+	if (mobj->sprite2 == SPR2_SIGN)
 		return false;
 
 	// Otherwise, render the model.