[iortcw] 04/04: refresh patch

Simon McVittie smcv at debian.org
Fri Mar 13 01:10:55 UTC 2015


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

smcv pushed a commit to branch master
in repository iortcw.

commit 7c67e9eb31bf20d838a6e1730501edf585499e2a
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Mar 12 22:11:00 2015 +0000

    refresh patch
---
 debian/patches/Default-to-non-fullscreen.patch | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/patches/Default-to-non-fullscreen.patch b/debian/patches/Default-to-non-fullscreen.patch
index cf267e0..3cb9019 100644
--- a/debian/patches/Default-to-non-fullscreen.patch
+++ b/debian/patches/Default-to-non-fullscreen.patch
@@ -13,10 +13,10 @@ Forwarded: not-needed, Debian-specific
  4 files changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/MP/code/rend2/tr_init.c b/MP/code/rend2/tr_init.c
-index 30152c5..76431ee 100644
+index ffa00b4..564d262 100644
 --- a/MP/code/rend2/tr_init.c
 +++ b/MP/code/rend2/tr_init.c
-@@ -1283,7 +1283,7 @@ void R_Register( void ) {
+@@ -1281,7 +1281,7 @@ void R_Register( void ) {
  	r_overBrightBits = ri.Cvar_Get( "r_overBrightBits", "0", CVAR_ARCHIVE | CVAR_LATCH );
  	r_ignorehwgamma = ri.Cvar_Get( "r_ignorehwgamma", "0", CVAR_ARCHIVE | CVAR_LATCH );
  	r_mode = ri.Cvar_Get( "r_mode", "3", CVAR_ARCHIVE | CVAR_LATCH );
@@ -26,23 +26,23 @@ index 30152c5..76431ee 100644
  	r_customwidth = ri.Cvar_Get( "r_customwidth", "1600", CVAR_ARCHIVE | CVAR_LATCH );
  	r_customheight = ri.Cvar_Get( "r_customheight", "1024", CVAR_ARCHIVE | CVAR_LATCH );
 diff --git a/MP/code/renderer/tr_init.c b/MP/code/renderer/tr_init.c
-index b19a197..8960b10 100644
+index 25ed2bd..f2b96bb 100644
 --- a/MP/code/renderer/tr_init.c
 +++ b/MP/code/renderer/tr_init.c
-@@ -1152,7 +1152,7 @@ void R_Register( void ) {
- 	r_overBrightBits = ri.Cvar_Get( "r_overBrightBits", "0", CVAR_ARCHIVE | CVAR_LATCH );
- 	r_ignorehwgamma = ri.Cvar_Get( "r_ignorehwgamma", "0", CVAR_ARCHIVE | CVAR_LATCH );
+@@ -1181,7 +1181,7 @@ void R_Register( void ) {
+ #else
  	r_mode = ri.Cvar_Get( "r_mode", "3", CVAR_ARCHIVE | CVAR_LATCH );
+ #endif
 -	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "1", CVAR_ARCHIVE | CVAR_LATCH );
 +	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "0", CVAR_ARCHIVE | CVAR_LATCH );
  	r_noborder = ri.Cvar_Get("r_noborder", "0", CVAR_ARCHIVE | CVAR_LATCH );
  	r_customwidth = ri.Cvar_Get( "r_customwidth", "1600", CVAR_ARCHIVE | CVAR_LATCH );
  	r_customheight = ri.Cvar_Get( "r_customheight", "1024", CVAR_ARCHIVE | CVAR_LATCH );
 diff --git a/SP/code/rend2/tr_init.c b/SP/code/rend2/tr_init.c
-index 5934e3a..84534f1 100644
+index cbd4891..65b35c1 100644
 --- a/SP/code/rend2/tr_init.c
 +++ b/SP/code/rend2/tr_init.c
-@@ -1306,7 +1306,7 @@ void R_Register( void ) {
+@@ -1303,7 +1303,7 @@ void R_Register( void ) {
  	r_overBrightBits = ri.Cvar_Get( "r_overBrightBits", "0", CVAR_ARCHIVE | CVAR_LATCH );
  	r_ignorehwgamma = ri.Cvar_Get( "r_ignorehwgamma", "0", CVAR_ARCHIVE | CVAR_LATCH );
  	r_mode = ri.Cvar_Get( "r_mode", "3", CVAR_ARCHIVE | CVAR_LATCH );
@@ -52,13 +52,13 @@ index 5934e3a..84534f1 100644
  	r_customwidth = ri.Cvar_Get( "r_customwidth", "1600", CVAR_ARCHIVE | CVAR_LATCH );
  	r_customheight = ri.Cvar_Get( "r_customheight", "1024", CVAR_ARCHIVE | CVAR_LATCH );
 diff --git a/SP/code/renderer/tr_init.c b/SP/code/renderer/tr_init.c
-index 6f34ff6..f58dfb3 100644
+index 4cb656e..16a2b75 100644
 --- a/SP/code/renderer/tr_init.c
 +++ b/SP/code/renderer/tr_init.c
-@@ -1176,7 +1176,7 @@ void R_Register( void ) {
- 	r_overBrightBits = ri.Cvar_Get( "r_overBrightBits", "0", CVAR_ARCHIVE | CVAR_LATCH );
- 	r_ignorehwgamma = ri.Cvar_Get( "r_ignorehwgamma", "0", CVAR_ARCHIVE | CVAR_LATCH );
+@@ -1204,7 +1204,7 @@ void R_Register( void ) {
+ #else
  	r_mode = ri.Cvar_Get( "r_mode", "3", CVAR_ARCHIVE | CVAR_LATCH );
+ #endif
 -	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "1", CVAR_ARCHIVE | CVAR_LATCH );
 +	r_fullscreen = ri.Cvar_Get( "r_fullscreen", "0", CVAR_ARCHIVE | CVAR_LATCH );
  	r_noborder = ri.Cvar_Get("r_noborder", "0", CVAR_ARCHIVE | CVAR_LATCH );

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



More information about the Pkg-games-commits mailing list