From 12f0b9f3437e54bbbf3696536983c8baa4d65b03 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 26 Feb 2016 23:57:36 +0100 Subject: [PATCH] Remove more branding. --- deps/protobuf | 2 +- src/Components/Modules/QuickPatch.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/protobuf b/deps/protobuf index fc51bdc0..60a0d41a 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit fc51bdc033f458d14273bf6605dad4157e609c84 +Subproject commit 60a0d41a2988a40cf3a94a4cb602f5f1c94135e9 diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index 13ac83a4..42e6a556 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -114,10 +114,10 @@ namespace Components Utils::Hook::Set(0x60BD91, VERSION_STR); // console logo - Utils::Hook::Set(0x428A66, "data/images/logo.bmp"); + //Utils::Hook::Set(0x428A66, "data/images/logo.bmp"); // splash logo - Utils::Hook::Set(0x475F9E, "data/images/splash.bmp"); + //Utils::Hook::Set(0x475F9E, "data/images/splash.bmp"); // Numerical ping (cg_scoreboardPingText 1) Utils::Hook::Set(0x45888E, 1);