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.32 by elmex, Sat Apr 8 17:21:01 2006 UTC vs.
Revision 1.33 by root, Sat Apr 8 18:15:59 2006 UTC

207 my ($self, $face) = @_; 207 my ($self, $face) = @_;
208 208
209 $FACECACHE->{"$face->{chksum},$face->{name}"} = $face->{image}; 209 $FACECACHE->{"$face->{chksum},$face->{name}"} = $face->{image};
210 210
211 $face->{texture} = new_from_image Crossfire::Client::Texture delete $face->{image}; 211 $face->{texture} = new_from_image Crossfire::Client::Texture delete $face->{image};
212}
213
214sub conn::query {
215 my ($self, $flags, $prompt) = @_;
216
217 warn "<<<<QUERY:$flags:$prompt>>>\n";#d#
212} 218}
213 219
214sub gtk_add_cfg_field { 220sub gtk_add_cfg_field {
215 my ($tbl, $cfg, $klbl, $key, $value) = @_; 221 my ($tbl, $cfg, $klbl, $key, $value) = @_;
216 my $i = $cfg->{_i}++; 222 my $i = $cfg->{_i}++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines