From b49e4da20b25e130cfdce4c861f0bec901f9c057 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 21 Oct 2008 18:40:46 +0000 Subject: fixed editor saving, open and append. note that you can only save maps to your user directory --- src/game/editor/ed_editor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/editor/ed_editor.hpp') diff --git a/src/game/editor/ed_editor.hpp b/src/game/editor/ed_editor.hpp index 44eb4664..4f48406e 100644 --- a/src/game/editor/ed_editor.hpp +++ b/src/game/editor/ed_editor.hpp @@ -367,7 +367,7 @@ public: show_envelope_editor = 0; } - void invoke_file_dialog(const char *title, const char *button_text, + void invoke_file_dialog(int listdir_type, const char *title, const char *button_text, const char *basepath, const char *default_name, void (*func)(const char *filename)); -- cgit 1.4.1