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

Comparing deliantra/Deliantra-Client/bin/pclient (file contents):
Revision 1.105 by root, Fri Apr 14 20:27:36 2006 UTC vs.
Revision 1.106 by root, Fri Apr 14 22:26:28 2006 UTC

65} 65}
66 66
67sub start_game { 67sub start_game {
68 status "logging in..."; 68 status "logging in...";
69 69
70 my $mapsize = List::Util::min 64, List::Util::max 11, int $WIDTH * $CFG->{mapsize} * 0.01 / 32; 70 my $mapsize = List::Util::min 32, List::Util::max 11, int $WIDTH * $CFG->{mapsize} * 0.01 / 32;
71 71
72 $MAP = new CFClient::Map $mapsize, $mapsize; 72 $MAP = new CFClient::Map $mapsize, $mapsize;
73 73
74 $CONN = new conn 74 $CONN = new conn
75 host => $CFG->{host}, 75 host => $CFG->{host},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines