--- deliantra/Deliantra-Client/Client.xs 2007/10/08 16:10:14 1.236 +++ deliantra/Deliantra-Client/Client.xs 2007/11/03 12:08:43 1.238 @@ -702,7 +702,7 @@ if (m && m != (SDL_Rect **)-1) while (*m) { - if ((*m)->w >= 640 && (*m)->h >= 480) + if ((*m)->w >= 800 && (*m)->h >= 600) { AV *av = newAV (); av_push (av, newSViv ((*m)->w)); @@ -736,7 +736,7 @@ { av_clear (texture_av); - SDL_WM_SetCaption ("Crossfire TRT Client " VERSION, "Crossfire TRT"); + SDL_WM_SetCaption ("Deliantra MORPG Client " VERSION, "Deliantra"); #define GL_FUNC(ptr,name) gl.name = (ptr)SDL_GL_GetProcAddress ("gl" # name); #include "glfunc.h" #undef GL_FUNC