about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-04-16 19:00:28 +0200
committeroy <Tom_Adams@web.de>2011-04-16 19:00:28 +0200
commitbda0927a87df404299f78347babf7d901253dd4a (patch)
treed4f31d62ec795fd26d9828db05b5e6d26d40e3fc /src/game/editor/ed_editor.h
parent246cbed7867f4d490c5b73e8cc3e5700d1386ba0 (diff)
downloadzcatch-bda0927a87df404299f78347babf7d901253dd4a.tar.gz
zcatch-bda0927a87df404299f78347babf7d901253dd4a.zip
disable envelope editor when the picker is shown
Diffstat (limited to 'src/game/editor/ed_editor.h')
-rw-r--r--src/game/editor/ed_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h
index aab757e1..41162b22 100644
--- a/src/game/editor/ed_editor.h
+++ b/src/game/editor/ed_editor.h
@@ -697,7 +697,7 @@ public:
 	vec4 ButtonColorMul(const void *pID);
 
 	void DoQuadPoint(CQuad *pQuad, int QuadIndex, int v);
-	void DoMapEditor(CUIRect View, CUIRect Toolbar);
+	void DoMapEditor(CUIRect View, CUIRect Toolbar, bool ShowPicker);
 	void DoToolbar(CUIRect Toolbar);
 	void DoQuad(CQuad *pQuad, int Index);
 	float UiDoScrollbarV(const void *pID, const CUIRect *pRect, float Current);