Mercurial > mm7
diff Vis.cpp @ 1507:a109bb203e28
UIGame.cpp cleaning(continue) GameUI_DrawMinimap
author | Ritor1 |
---|---|
date | Mon, 02 Sep 2013 17:30:50 +0600 |
parents | 613c77e51e38 |
children | 965af46e8793 |
line wrap: on
line diff
--- a/Vis.cpp Mon Sep 02 12:03:40 2013 +0600 +++ b/Vis.cpp Mon Sep 02 17:30:50 2013 +0600 @@ -664,7 +664,9 @@ if ( v16 != 1 ) return false; - pFace->uAttributes |= FACE_PICKED; + extern bool show_picked_face; + if ( show_picked_face ) + pFace->uAttributes |= FACE_PICKED; return true; /* int v5; // esi@10