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

Comparing deliantra/gde/gce (file contents):
Revision 1.12 by root, Thu Feb 9 19:59:37 2006 UTC vs.
Revision 1.13 by root, Sun Feb 12 04:50:29 2006 UTC

14 14
15my $VARDIR = "$ENV{HOME}/.gcfedit"; 15my $VARDIR = "$ENV{HOME}/.gcfedit";
16 16
17mkdir $VARDIR; 17mkdir $VARDIR;
18our $PICKDIR = "$Crossfire::LIB/maps/editor/picks"; 18our $PICKDIR = "$Crossfire::LIB/maps/editor/picks";
19
20Crossfire::init $VARDIR;
21Crossfire::Tilecache::init_tilecache "$VARDIR/tilecache";
22 19
23use GCE::MainWindow; 20use GCE::MainWindow;
24use GCE::PickWindow; 21use GCE::PickWindow;
25 22
26my $w = GCE::MainWindow->new; 23my $w = GCE::MainWindow->new;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines