From 5bd2c434f63ff4a039e854d647f02ef660c544d1 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 24 Jul 2007 22:53:43 +0000 Subject: epic commit. removed tga support, removed BGR support. fixed one config for editor, server and client, optimized tilemap rendering (this needs some cleanup), added tools to fix alpha outline quirk and glitches in the tilemap reindering --- src/editor/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor/editor.cpp') diff --git a/src/editor/editor.cpp b/src/editor/editor.cpp index 2be62690..5da2a018 100644 --- a/src/editor/editor.cpp +++ b/src/editor/editor.cpp @@ -1210,7 +1210,7 @@ int editor_main(int argc, char **argv) { dbg_msg("editor", "starting..."); - config_load("editor.cfg"); + config_load("default.cfg"); // parse arguments for(int i = 1; i < argc; i++) -- cgit 1.4.1