diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-07-21 16:33:01 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-07-21 16:33:01 +0000 |
| commit | d40868e913b9abce48de654871d2b0643c347dda (patch) | |
| tree | 42a8445f7d609b92c7bf61d225e63233829cf081 /src/editor/editor.cpp | |
| parent | a622421cf30539352de1f73c886c525ca54b0e1d (diff) | |
| download | zcatch-d40868e913b9abce48de654871d2b0643c347dda.tar.gz zcatch-d40868e913b9abce48de654871d2b0643c347dda.zip | |
Diffstat (limited to 'src/editor/editor.cpp')
| -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 f82af214..2ad77423 100644 --- a/src/editor/editor.cpp +++ b/src/editor/editor.cpp @@ -1225,7 +1225,7 @@ int editor_main(int argc, char **argv) return -1; } - if(!gfx_init(false)) + if(!gfx_init()) return -1; modmenu_init(); |