--- deliantra/Deliantra-Client/bin/pclient 2006/04/15 00:04:59 1.107 +++ deliantra/Deliantra-Client/bin/pclient 2006/04/15 01:13:47 1.108 @@ -247,7 +247,8 @@ } sub sdl_init { - SDL::Init SDL_INIT_AUDIO | SDL_INIT_VIDEO + SDL::Init SDL_INIT_AUDIO | SDL_INIT_VIDEO | SDL_INIT_NOPARACHUTE + #SDL::Init SDL_INIT_AUDIO | SDL_INIT_VIDEO and die "SDL::Init failed!\n"; } @@ -432,7 +433,9 @@ $FACECACHE->{"$face->{chksum},$face->{name}"} = $face->{image}; - my $tex = $face->{texture} = new_from_image CFClient::Texture delete $face->{image}; + my $tex = $face->{texture} = + new_from_image CFClient::Texture + delete $face->{image}, minify => 1; $MAP->set_texture ($facenum, @$tex{qw(name w h s t)}, @{$tex->{minified}}); $MAPWIDGET->update;