From a329845be5c3971884ac657813dc219091259b7f Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 24 Dec 2010 01:00:34 +0100 Subject: [PATCH] fix some default... --- config.h.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h.def b/config.h.def index 963e9e6a62..36e32254f2 100644 --- a/config.h.def +++ b/config.h.def @@ -61,7 +61,7 @@ static const unsigned fullscreen_y = 720; static const bool vsync = true; // Smooths picture -static const bool video_smooth = false; +static const bool video_smooth = true; // Path to custom Cg shader. If using custom shaders, it is recommended to disable video_smooth. #ifdef HAVE_CG