summaryrefslogtreecommitdiff
path: root/games/assaultcube/files/patch-source_src_master.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/assaultcube/files/patch-source_src_master.cpp')
-rw-r--r--games/assaultcube/files/patch-source_src_master.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/assaultcube/files/patch-source_src_master.cpp b/games/assaultcube/files/patch-source_src_master.cpp
deleted file mode 100644
index dafcf9df0f74..000000000000
--- a/games/assaultcube/files/patch-source_src_master.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/src/master.cpp.orig 2013-10-09 08:27:37 UTC
-+++ source/src/master.cpp
-@@ -510,7 +510,7 @@
- authreq &a = c.authreqs.add();
- a.reqtime = servtime;
- a.id = id;
-- uint seed[3] = { starttime, servtime, randomMT() };
-+ uint seed[3] = { (uint)starttime, servtime, randomMT() };
- static vector<char> buf;
- buf.setsize(0);
- a.answer = genchallenge(u->pubkey, seed, sizeof(seed), buf);