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.130 by root, Tue Apr 18 01:36:13 2006 UTC vs.
Revision 1.131 by root, Tue Apr 18 02:04:23 2006 UTC

634 my ($self, $mode, $flags, $x, $y, $w, $h, $hash) = @_; 634 my ($self, $mode, $flags, $x, $y, $w, $h, $hash) = @_;
635 635
636 $self->flush_map; 636 $self->flush_map;
637 637
638 my ($ox, $oy) = ($::MAP->ox, $::MAP->oy); 638 my ($ox, $oy) = ($::MAP->ox, $::MAP->oy);
639
640 warn "$ox $oy map_info<$flags, $x, $y, $w, $h, $hash>\n";#d#
641 639
642 my $mapmapw = 250; 640 my $mapmapw = 250;
643 my $mapmaph = 250; 641 my $mapmaph = 250;
644 642
645 $self->flood_fill ("", $hash, $flags, 643 $self->flood_fill ("", $hash, $flags,
776 }, 774 },
777); 775);
778 776
779############################################################################# 777#############################################################################
780 778
779$SIG{INT} = $SIG{TERM} = sub { exit };
780
781$TILECACHE = CFClient::db_table "tilecache"; 781$TILECACHE = CFClient::db_table "tilecache";
782$FACEMAP = CFClient::db_table "facemap"; 782$FACEMAP = CFClient::db_table "facemap";
783 783
784CFClient::read_cfg "$Crossfire::VARDIR/pclientrc"; 784CFClient::read_cfg "$Crossfire::VARDIR/pclientrc";
785 785
822 822
823init_screen; 823init_screen;
824 824
825Event::loop; 825Event::loop;
826 826
827END { SDL::Quit }
827 828
829

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines