From 46b9561ae9db724cbe3efc8ffe0fea2ed9c942cd Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:49:24 +0100 Subject: [PATCH] Update emblem for 2.4 release --- src/core/r5dev.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/core/r5dev.h b/src/core/r5dev.h index b017a8a3..3d25a30f 100644 --- a/src/core/r5dev.h +++ b/src/core/r5dev.h @@ -8,10 +8,10 @@ __declspec(dllexport) void DummyExport() static const char* const R5R_EMBLEM[] = { R"(+-------------------------------------------------------------+)", - R"(| ___ ___ ___ _ _ _ ___ ____ |)", - R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) |__ / |)", - R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / _ |_ \ |)", - R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)___/ |)", - R"(| |)"/*, + R"(| ___ ___ ___ _ _ _ ___ _ _ |)", + R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ )| | | |)", + R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / |_ _||)", + R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)|_| |)", + R"(| |)"/*, R"(+-------------------------------------------------------------+)"*/ };