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.131 by root, Thu May 8 19:00:37 2008 UTC vs.
Revision 1.132 by root, Sun Jul 13 12:17:00 2008 UTC

439 439
440 glPushMatrix; 440 glPushMatrix;
441 glTranslate $sx0, $sy0; 441 glTranslate $sx0, $sy0;
442 glScale $::CFG->{map_scale}, $::CFG->{map_scale}; 442 glScale $::CFG->{map_scale}, $::CFG->{map_scale};
443 443
444 $::MAP->draw ($dx, $dy, $sw, $sh, $self->{tilesize}); 444 $::MAP->draw ($dx, $dy, $sw, $sh,
445 $self->{tilesize},
446 $::CONN->{player}{tag}, 0, 0);
445 447
446 glScale $self->{tilesize}, $self->{tilesize}; 448 glScale $self->{tilesize}, $self->{tilesize};
447 449
448 if (my $tex = $self->{fow_texture}) { 450 if (my $tex = $self->{fow_texture}) {
449 glPushMatrix; 451 glPushMatrix;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines