about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-21 18:40:46 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-21 18:40:46 +0000
commitb49e4da20b25e130cfdce4c861f0bec901f9c057 (patch)
treec053c256756ad24261ce83c6948585dd6ffe5b96 /src/game/editor/ed_editor.hpp
parent39210c2501f99c4fcf60cefa77041ea2cb61c62c (diff)
downloadzcatch-b49e4da20b25e130cfdce4c861f0bec901f9c057.tar.gz
zcatch-b49e4da20b25e130cfdce4c861f0bec901f9c057.zip
fixed editor saving, open and append. note that you can only save maps to your user directory
Diffstat (limited to 'src/game/editor/ed_editor.hpp')
-rw-r--r--src/game/editor/ed_editor.hpp2
1 files changed, 1 insertions, 1 deletions
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));