diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-24 22:53:43 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-24 22:53:43 +0000 |
| commit | 5bd2c434f63ff4a039e854d647f02ef660c544d1 (patch) | |
| tree | 3fe99b2e4a7cf5e80243bde4583e10c5650ed913 /src/editor | |
| parent | 4b098f7711e7cb96eef6797787e3f2f2b4cbb867 (diff) | |
| download | zcatch-5bd2c434f63ff4a039e854d647f02ef660c544d1.tar.gz zcatch-5bd2c434f63ff4a039e854d647f02ef660c544d1.zip | |
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
Diffstat (limited to 'src/editor')
| -rw-r--r-- | src/editor/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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++) |