summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/gemhun/files/gemhun-20040529-srand.patch')
-rw-r--r--games-puzzle/gemhun/files/gemhun-20040529-srand.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-puzzle/gemhun/files/gemhun-20040529-srand.patch b/games-puzzle/gemhun/files/gemhun-20040529-srand.patch
deleted file mode 100644
index b8b3d40952f7..000000000000
--- a/games-puzzle/gemhun/files/gemhun-20040529-srand.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/network.cpp
-+++ src/network.cpp
-@@ -68,7 +68,7 @@
- sprintf ( self . alias, "%s", "you" ) ;
-
- srand ( SDL_GetTicks () + self . ip . port + (int) self . alias +
-- rand () - SDL_GetTicks () + rand () % SDL_GetTicks () ) ;
-+ rand () - SDL_GetTicks () + rand () ) ;
-
- sprintf ( self . key, "%s", CreateKey () . c_str () ) ;
-