[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:31 UTC 2012


The following commit has been merged in the master branch:
commit 0d065eb9191bcf035746b513d44228b2045a48ff
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Wed Jan 4 13:17:07 2012 -0500

    refreshed debian/patches/0009-start-with-fewer-directories.patch

diff --git a/debian/patches/0009-start-with-fewer-directories.patch b/debian/patches/0009-start-with-fewer-directories.patch
index 1dba547..6ffa871 100644
--- a/debian/patches/0009-start-with-fewer-directories.patch
+++ b/debian/patches/0009-start-with-fewer-directories.patch
@@ -4,19 +4,18 @@ Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
 
 --- a/src/CGameData.cpp
 +++ b/src/CGameData.cpp
-@@ -255,10 +255,9 @@
- 		
+@@ -259,9 +259,9 @@
+ 
  		sanity++;
- 		
+ 
 -		if (sanity == 10000)
 +		if (sanity == maxDirectories)
  		{
 -			printf("Made 10,000 unsuccessful attempts to grab %d inactives directories!!\n", amount);
--			exit(1);
 +			printf("Made >%d unsuccessful attempts to grab %d inactives directories!!\n", maxDirectories, amount);
+ 			exit(1);
  		}
  	}
- }
 --- a/src/CDirectory.cpp
 +++ b/src/CDirectory.cpp
 @@ -58,9 +58,6 @@

-- 
game about viruses invading your computer



More information about the Pkg-games-commits mailing list