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

Comparing deliantra/Deliantra-Client/DC/Protocol.pm (file contents):
Revision 1.59 by root, Sun Jul 16 23:30:08 2006 UTC vs.
Revision 1.60 by root, Sun Jul 16 23:43:46 2006 UTC

260 $sktbl->add (2, 0, new CFClient::UI::Label text => "Skill", expand => 1); 260 $sktbl->add (2, 0, new CFClient::UI::Label text => "Skill", expand => 1);
261 $sktbl->add (3, 0, new CFClient::UI::Label text => "Experience", align => 1); 261 $sktbl->add (3, 0, new CFClient::UI::Label text => "Experience", align => 1);
262 $sktbl->add (4, 0, new CFClient::UI::Label text => "Lvl.", align => 1); 262 $sktbl->add (4, 0, new CFClient::UI::Label text => "Lvl.", align => 1);
263 $sktbl->add (5, 0, new CFClient::UI::Label text => "Skill", expand => 1); 263 $sktbl->add (5, 0, new CFClient::UI::Label text => "Skill", expand => 1);
264 264
265 my ($x, $y) = (0, 0); 265 my ($x, $y) = (1, 0);
266 for ( 266 for (
267 sort { $stats->{$b->[0]}[1] <=> $stats->{$a->[0]}[1] or $a->[1] cmp $b->[1] } 267 sort { $stats->{$b->[0]}[1] <=> $stats->{$a->[0]}[1] or $a->[1] cmp $b->[1] }
268 map [$_, $self->{skill_info}{$_}], 268 map [$_, $self->{skill_info}{$_}],
269 grep exists $stats->{$_}, 269 grep exists $stats->{$_},
270 @skills 270 @skills

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines