[winmbf] 01/01: enable aspect ratio correction by default

Fabian Greffrath fabian-guest at moszumanska.debian.org
Sat May 16 19:55:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

fabian-guest pushed a commit to branch master
in repository winmbf.

commit 4ec513a7453d96ecb8eb3010becf860dda9771d7
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Sat May 16 21:55:30 2015 +0200

    enable aspect ratio correction by default
---
 debian/patches/config-aspect.patch | 11 +++++++++++
 debian/patches/series              |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/config-aspect.patch b/debian/patches/config-aspect.patch
new file mode 100644
index 0000000..7d8ad1e
--- /dev/null
+++ b/debian/patches/config-aspect.patch
@@ -0,0 +1,11 @@
+--- a/Source/m_misc.c
++++ b/Source/m_misc.c
+@@ -1626,7 +1626,7 @@ default_t defaults[] = {
+   {
+     "correct_aspect_ratio",
+     &cfg_aspectratio, NULL,
+-    0, {0, 1}, number, ss_none, wad_no,
++    1, {0, 1}, number, ss_none, wad_no,
+     "1 to perform aspect ratio correction"
+   },
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index 92f674e..0eee960 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,3 +19,4 @@ feature-doom3bfg.patch
 #bug-ouchface.patch
 #bug-medikit.patch
 dfsg-menus.patch
+config-aspect.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/winmbf.git



More information about the Pkg-games-commits mailing list