made editor to work with zipios

This commit is contained in:
Yann Dirson 2005-01-26 20:37:41 +00:00
parent 94346ec365
commit c29147efd4
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,6 @@
CVS
* fixed editor to work with zipios support enabled
Version 0.8.9:
* new translations:
* bulgarian

View file

@ -139,6 +139,11 @@ int main(int argc, char** argv)
bind_textdomain_codeset (PACKAGE "-lib", "UTF-8");
textdomain (PACKAGE "-editor");
if (!filesystem_init()) {
std::cerr << "cannot init filesystem code\n";
return 1;
}
// Blatant cut and paste from game.cpp
image::set_wm_icon();
int video_flags = preferences::fullscreen() ? FULL_SCREEN : 0;