From 99bb1cc7dbce4122caf1561482d01a1922520a7b Mon Sep 17 00:00:00 2001 From: Jupeyy Date: Tue, 16 Jan 2018 09:41:06 +0100 Subject: [PATCH] add parentheses --- src/game/client/components/maplayers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/components/maplayers.h b/src/game/client/components/maplayers.h index ec9cf1f9e..043f5946e 100644 --- a/src/game/client/components/maplayers.h +++ b/src/game/client/components/maplayers.h @@ -49,7 +49,7 @@ class CMapLayers : public CComponent public: bool DoDraw() { - return (bool)(m_IndexBufferByteOffset&0x80000000 != 0); + return (bool)((m_IndexBufferByteOffset&0x80000000) != 0); } void Draw(bool SetDraw)