changeset 1107:4339bb88c4f5

GameUI_DrawMinimap bug
author Grumpy7
date Mon, 27 May 2013 22:07:53 +0200
parents 3395579f6c4d
children a1fd8045ffb1
files UiGame.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/UiGame.cpp	Mon May 27 21:56:43 2013 +0200
+++ b/UiGame.cpp	Mon May 27 22:07:53 2013 +0200
@@ -2557,7 +2557,7 @@
         v11 = pOutline->uFlags;
         if ( v11 & 1 )
           goto LABEL_15;
-        if (pFace1->uAttributes & 0x80 || pFace2->uAttributes & 0x80u != 0 )
+        if (pFace1->uAttributes & 0x80 || pFace2->uAttributes & 0x80)
           goto LABEL_ABC;
 
       }