ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/deliantra
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/deliantra (file contents):
Revision 1.49 by root, Mon Jul 7 12:56:07 2008 UTC vs.
Revision 1.50 by root, Thu Jul 17 13:07:01 2008 UTC

736 my $mapsize = List::Util::min 32, List::Util::max 11, int $WIDTH * $CFG->{mapsize} * 0.01 / 32; 736 my $mapsize = List::Util::min 32, List::Util::max 11, int $WIDTH * $CFG->{mapsize} * 0.01 / 32;
737 737
738 $CONN = 738 $CONN =
739 new DC::Protocol 739 new DC::Protocol
740 host => $host, 740 host => $host,
741 port => $port || 13327, 741 port => $port || "deliantra=13327",
742 user => $PROFILE->{user}, 742 user => $PROFILE->{user},
743 pass => $PROFILE->{password}, 743 pass => $PROFILE->{password},
744 mapw => $mapsize, 744 mapw => $mapsize,
745 maph => $mapsize, 745 maph => $mapsize,
746 746

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines