From bcb10258e1b96a2a5acf170ebdfb9ebb8a675733 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Fri, 26 Aug 2016 22:46:07 +0200 Subject: [PATCH] Switch to our own fork of BitMRC. This gets rid of the useless and bad practice style "using namespace" usage in the public headers of BitMRC. I plan on submitting this to the developer as a pull request at some point. --- .gitmodules | 2 +- deps/bitmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9955a042..83990074 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,4 +31,4 @@ url = https://github.com/miguelmartin75/Wink-Signals.git [submodule "deps/bitmrc"] path = deps/bitmrc - url = https://github.com/mrc-g/BitMRC.git + url = git@github.com:iw4x-dev-urandom/BitMRC.git diff --git a/deps/bitmrc b/deps/bitmrc index 92a1bb86..3b2766db 160000 --- a/deps/bitmrc +++ b/deps/bitmrc @@ -1 +1 @@ -Subproject commit 92a1bb86fbab92896ab53cbc102e51531fa281ca +Subproject commit 3b2766db750b7a5a5e499ffa72e82c2d86a357f0