--- deliantra/Deliantra-Client/DC.pm 2006/04/24 10:19:39 1.46 +++ deliantra/Deliantra-Client/DC.pm 2006/04/24 13:01:13 1.47 @@ -245,7 +245,7 @@ my ($tw, $th) = @$self{qw(w h)}; - unless ($tw && $th) { + unless ($tw > 0 && $th > 0) { $tw = $th = 1; $data = "\x00" x 64; }