diff options
| author | oy <Tom_Adams@web.de> | 2010-08-16 01:29:11 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-08-16 01:29:11 +0200 |
| commit | 4c2dcc4f2b5f061a1d75aa2aa0b316c4b86bc1d8 (patch) | |
| tree | c0b24f13f675fe782fe161033cb69cd42f1f776d /src/game/editor/ed_editor.h | |
| parent | 5922cbb56d17e9bff2a160c141c069a6004b7940 (diff) | |
| download | zcatch-4c2dcc4f2b5f061a1d75aa2aa0b316c4b86bc1d8.tar.gz zcatch-4c2dcc4f2b5f061a1d75aa2aa0b316c4b86bc1d8.zip | |
added localisation fixes and map editor tool tips by sworddragon
Diffstat (limited to 'src/game/editor/ed_editor.h')
| -rw-r--r-- | src/game/editor/ed_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h index e459e70f..9ccb3203 100644 --- a/src/game/editor/ed_editor.h +++ b/src/game/editor/ed_editor.h @@ -574,7 +574,7 @@ public: void UiInvokePopupMenu(void *pId, int Flags, float x, float y, float w, float h, int (*pfnFunc)(CEditor *pEditor, CUIRect Rect), void *pExtra=0); void UiDoPopupMenu(); - int UiDoValueSelector(void *pId, CUIRect *r, const char *pLabel, int Current, int Min, int Max, float Scale); + int UiDoValueSelector(void *pId, CUIRect *r, const char *pLabel, int Current, int Min, int Max, float Scale, const char *pToolTip); static int PopupGroup(CEditor *pEditor, CUIRect View); static int PopupLayer(CEditor *pEditor, CUIRect View); |