Hello!
#ifdef WIN32
video_flags = (SDL_HWSURFACE);
#else
video_flags = (SDL_FULLSCREEN | SDL_HWSURFACE);
#endifThis was the first thing i noticed when i first compiled Tuxtype2 on Windows some time ago. Is there a reason, why Tuxtype2 starts under Windows in Windowed Mode and Fullscreen under Linux ? CU _______________________________________________ Tuxtype-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxtype-dev
