This is an automated email from the git hooks/post-receive script. jpuydt-guest pushed a commit to branch master in repository freedroidrpg.
commit f29b74b25c175cadb078cf0fbc59afdc460ad3cc Author: Julien Puydt <[email protected]> Date: Thu Nov 10 10:57:13 2016 +0100 Updated d/patches/07_framerate.diff --- debian/changelog | 1 + debian/patches/07_framerate.diff | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 01e0c0b..39c9306 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ freedroidrpg (0.16.1-1) UNRELEASED; urgency=medium * Updated standards-version to 3.9.8. * Added Vcs-* fields. * Updated dh compat to 10. + * Updated debian/patches/07_framerate.diff. -- Julien Puydt <[email protected]> Thu, 10 Nov 2016 09:10:23 +0100 diff --git a/debian/patches/07_framerate.diff b/debian/patches/07_framerate.diff index 0874719..c122c5e 100644 --- a/debian/patches/07_framerate.diff +++ b/debian/patches/07_framerate.diff @@ -1,11 +1,15 @@ ---- ./src/init.c.orig 2012-03-16 13:42:18.000000000 +0000 -+++ ./src/init.c 2012-05-05 11:39:04.000000000 +0000 -@@ -1296,7 +1296,7 @@ - GameConfig.Current_Sound_FX_Volume = 0.5; +Author: Bart Martens +Description: Don't show framerate by default +Forwarded: no + +--- a/src/init.c ++++ b/src/init.c +@@ -822,7 +822,7 @@ + GameConfig.Current_Sound_Output_Fmt = SOUND_OUTPUT_FMT_STEREO; GameConfig.current_gamma_correction = 1.00; GameConfig.WantedTextVisibleTime = 3; - GameConfig.Draw_Framerate = TRUE; -+ GameConfig.Draw_Framerate = FALSE; ++ GameConfig.Draw_Framerate = FALSE; GameConfig.Draw_Position = TRUE; GameConfig.All_Texts_Switch = FALSE; GameConfig.enemy_energy_bars_visible = TRUE; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freedroidrpg.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

