about summary refs log tree commit diff
path: root/src/game/editor/editor.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-05-05 01:50:23 +0200
committeroy <Tom_Adams@web.de>2011-05-05 01:50:23 +0200
commitca6e129da68dd3d0162ea338420ecf702c649e99 (patch)
treeca72333285d082472c65005e6e76392901d6ad98 /src/game/editor/editor.h
parent5fbf6d0bfd32ab520c6cf67a330c9a2240882750 (diff)
downloadzcatch-ca6e129da68dd3d0162ea338420ecf702c649e99.tar.gz
zcatch-ca6e129da68dd3d0162ea338420ecf702c649e99.zip
fixed size of characters in editor's tileselection screen on zoom. Closes #665
Diffstat (limited to 'src/game/editor/editor.h')
-rw-r--r--src/game/editor/editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/editor/editor.h b/src/game/editor/editor.h
index 22e8c32d..c7779954 100644
--- a/src/game/editor/editor.h
+++ b/src/game/editor/editor.h
@@ -630,6 +630,7 @@ public:
 	float m_AnimateSpeed;
 
 	int m_ShowEnvelopeEditor;
+	bool m_ShowPicker;
 
 	int m_SelectedLayer;
 	int m_SelectedGroup;
@@ -697,7 +698,7 @@ public:
 	vec4 ButtonColorMul(const void *pID);
 
 	void DoQuadPoint(CQuad *pQuad, int QuadIndex, int v);
-	void DoMapEditor(CUIRect View, CUIRect Toolbar, bool ShowPicker);
+	void DoMapEditor(CUIRect View, CUIRect Toolbar);
 	void DoToolbar(CUIRect Toolbar);
 	void DoQuad(CQuad *pQuad, int Index);
 	float UiDoScrollbarV(const void *pID, const CUIRect *pRect, float Current);