ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/eg/mapread
(Generate patch)

Comparing deliantra/Deliantra/eg/mapread (file contents):
Revision 1.2 by root, Sun Feb 5 00:20:26 2006 UTC vs.
Revision 1.3 by root, Mon Mar 20 01:14:13 2006 UTC

1#!/opt/perl/bin/perl 1#!/opt/perl/bin/perl
2# CROSSFIRE_LIBDIR=/opt/cf/share/crossfire/ eg/mapread ../cf/maps-bigworld/scorn/kar/drink 2# CROSSFIRE_LIBDIR=/opt/cf/share/crossfire/ eg/mapread ../cf/maps-bigworld/scorn/kar/drink
3use Crossfire; 3use Crossfire;
4 4
5Crossfire::init "/tmp";
6
7my $m = Crossfire::read_arch ($ARGV[0]); 5my $m = Crossfire::read_arch ($ARGV[0]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines