[SCM] game about viruses invading your computer branch, master, updated. debian/1.0-1.dfsg.1-2-14-g1580490

Stephen M. Webb stephen.webb at bregmasoft.ca
Wed Jan 4 19:08:25 UTC 2012


The following commit has been merged in the master branch:
commit 7aad6cb3a2eaadae1670e5634d18323207e7cf92
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Wed Jan 4 11:43:35 2012 -0500

    refreshed debian/patches/dont_crash_if_no_sound_files.patch

diff --git a/debian/patches/dont_crash_if_no_sound_files.patch b/debian/patches/dont_crash_if_no_sound_files.patch
index 5ec9e47..8b0a0e8 100644
--- a/debian/patches/dont_crash_if_no_sound_files.patch
+++ b/debian/patches/dont_crash_if_no_sound_files.patch
@@ -2,11 +2,9 @@ From: Ansgar Burchardt <ansgar at 43-1.org>
 
 See http://bugs.debian.org/500415
 
-diff --git a/src/CAudio.cpp b/src/CAudio.cpp
-index 6adc59b..4d38015 100644
 --- a/src/CAudio.cpp
 +++ b/src/CAudio.cpp
-@@ -72,7 +72,7 @@ bool Audio::loadSound(int i, char *filename)
+@@ -72,7 +72,7 @@
  	}
  
  	#if USEPAK
@@ -15,7 +13,7 @@ index 6adc59b..4d38015 100644
  		sound[i] = Mix_LoadWAV_RW(engine->sdlrw, 1);
  	#else
  		sound[i] = Mix_LoadWAV(filename);
-@@ -111,7 +111,7 @@ bool Audio::loadMusic(char *filename)
+@@ -111,7 +111,7 @@
  	}
  
  	#if USEPAK

-- 
game about viruses invading your computer



More information about the Pkg-games-commits mailing list