ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/bin/gce
(Generate patch)

Comparing deliantra/gde/bin/gce (file contents):
Revision 1.1 by root, Wed Feb 22 23:54:47 2006 UTC vs.
Revision 1.2 by root, Thu Feb 23 03:07:22 2006 UTC

10use Gtk2 -init; 10use Gtk2 -init;
11 11
12use Crossfire; 12use Crossfire;
13use Crossfire::Tilecache; 13use Crossfire::Tilecache;
14 14
15our $VARDIR = "$ENV{HOME}/.gcfedit";
16
17mkdir $VARDIR;
18our $PICKDIR = "$Crossfire::LIB/maps/editor/picks"; 15our $PICKDIR = "$Crossfire::LIB/maps/editor/picks";
19our $CFG; 16our $CFG;
20our $MAINWIN; 17our $MAINWIN;
21 18
22use GCE::MainWindow; 19use GCE::MainWindow;
23use Data::Dumper; 20use Data::Dumper;
24 21
25read_cfg ($VARDIR . '/config'); 22read_cfg ("$Crossfire::CACHEDIR/gceconfig");
26my $w = GCE::MainWindow->new; 23my $w = GCE::MainWindow->new;
27 24
28$w->load_layout; 25$w->load_layout;
29 26
30$w->show_all; 27$w->show_all;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines