diff options
Diffstat (limited to 'src/game/editor/ed_editor.h')
| -rw-r--r-- | src/game/editor/ed_editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h index 648a5829..61af9249 100644 --- a/src/game/editor/ed_editor.h +++ b/src/game/editor/ed_editor.h @@ -380,6 +380,7 @@ public: virtual void BrushFlipY(); virtual void BrushRotate(float Amount); + virtual void ShowInfo(); virtual int RenderProperties(CUIRect *pToolbox); virtual void ModifyImageIndex(INDEX_MODIFY_FUNC pfnFunc); @@ -500,6 +501,7 @@ public: m_GuiActive = true; m_ProofBorders = false; + m_ShowTileInfo = false; m_ShowDetail = true; m_Animate = false; m_AnimateStart = 0; @@ -598,6 +600,7 @@ public: float m_MouseDeltaWx; float m_MouseDeltaWy; + bool m_ShowTileInfo; bool m_ShowDetail; bool m_Animate; int64 m_AnimateStart; |