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.163 by root, Wed Aug 22 21:17:32 2007 UTC vs.
Revision 1.164 by root, Wed Aug 22 21:27:13 2007 UTC

573 my $sw = $self->{skillwid}{$idx}; 573 my $sw = $self->{skillwid}{$idx};
574 $sw->[0]->set_text (::formsep ($val->[1])); 574 $sw->[0]->set_text (::formsep ($val->[1]));
575 $sw->[1]->set_text ($val->[0] * 1); 575 $sw->[1]->set_text ($val->[0] * 1);
576 $sw->[2]->set_value (@$val); 576 $sw->[2]->set_value (@$val);
577 577
578 #$::GAUGES->{sklprg}->set_label ($name); 578 $::GAUGES->{sklprg}->set_label ("$name %d%%");
579 $::GAUGES->{sklprg}->set_value (@$val); 579 $::GAUGES->{sklprg}->set_value (@$val);
580 } 580 }
581} 581}
582 582
583sub macro_send { 583sub macro_send {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines