ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/game.pl
(Generate patch)

Comparing kgsueme/kgsueme/game.pl (file contents):
Revision 1.12 by pcg, Sat May 31 17:27:59 2003 UTC vs.
Revision 1.13 by pcg, Sat May 31 17:28:52 2003 UTC

204 for ([MARK_SMALL_B, $::black_img[$rand % @::black_img]], 204 for ([MARK_SMALL_B, $::black_img[$rand % @::black_img]],
205 [MARK_SMALL_W, $::white_img[$rand % @::white_img]]) { 205 [MARK_SMALL_W, $::white_img[$rand % @::white_img]]) {
206 my ($mask, $img) = @$_; 206 my ($mask, $img) = @$_;
207 if ($mark & $mask) { 207 if ($mark & $mask) {
208 $img->composite ( 208 $img->composite (
209 $base, ($size / 4) x2, (int ($size / 2 + 0.5)) x2, ($size / 4) x 2, 209 $base, ($size / 4) x2, (int ($size / 2 + 0.5)) x2, ($size / 4) x2,
210 $size / $img->get_width / 2, $size / $img->get_height / 2, 210 $size / $img->get_width / 2, $size / $img->get_height / 2,
211 $::config->{speed} ? INTERP_NEAREST : INTERP_BILINEAR, 192 211 $::config->{speed} ? INTERP_NEAREST : INTERP_BILINEAR, 192
212 ); 212 );
213 } 213 }
214 } 214 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines