MapEditor: more changes for ease of use

This commit is contained in:
Allan Ference
2013-08-04 14:21:12 +02:00
parent e6db43ac3a
commit 9aa667da26
12 changed files with 96 additions and 39 deletions

View File

@@ -54,6 +54,7 @@ protected:
ItemPtr m_item;
stdext::boolean<false> m_virtual;
stdext::boolean<true> m_itemVisible;
stdext::boolean<false> m_showId;
};
#endif