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

Comparing deliantra/Deliantra-Client/DC/MapWidget.pm (file contents):
Revision 1.135 by root, Sun Jul 20 02:51:40 2008 UTC vs.
Revision 1.136 by root, Sun Jul 20 02:55:36 2008 UTC

493 glPushMatrix; 493 glPushMatrix;
494 glTranslate $sx0, $sy0; 494 glTranslate $sx0, $sy0;
495 glScale $::CFG->{map_scale}, $::CFG->{map_scale}; 495 glScale $::CFG->{map_scale}, $::CFG->{map_scale};
496 glTranslate $self->{sdx}, $self->{sdy}; 496 glTranslate $self->{sdx}, $self->{sdy};
497 497
498 warn "mapdraw -$self->{sdx}\n";#d#
499 $::MAP->draw ($dx, $dy, $sw, $sh, 498 $::MAP->draw ($dx, $dy, $sw, $sh,
500 $self->{tilesize}, 499 $self->{tilesize},
501 $::CONN->{player}{tag}, 500 $::CONN->{player}{tag},
502 -$self->{sdx}, -$self->{sdy}); 501 -$self->{sdx}, -$self->{sdy});
503 502

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines