The following commit has been merged in the master branch:
commit 0d065eb9191bcf035746b513d44228b2045a48ff
Author: Stephen M. Webb <[email protected]>
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 <[email protected]>
 
 --- 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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to