diff --git a/Src/Graphics/New3D/PolyHeader.cpp b/Src/Graphics/New3D/PolyHeader.cpp
index 55a003a..3a41754 100644
--- a/Src/Graphics/New3D/PolyHeader.cpp
+++ b/Src/Graphics/New3D/PolyHeader.cpp
@@ -232,7 +232,7 @@ int	PolyHeader::TexFormat()
 
 bool PolyHeader::TexEnabled()
 {
-	return (header[6] & 0x04000000) > 0;
+	return (header[6] & 0x400) > 0;
 }
 
 bool PolyHeader::LightEnabled()