From a474eb1c6a18f2af8bbd2fba172427ed5389bd83 Mon Sep 17 00:00:00 2001 From: patataofcourse Date: Wed, 24 Jan 2024 09:44:53 +0100 Subject: [PATCH] set extra row names to an existing string --- src/Megamix/Patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Megamix/Patches.cpp b/src/Megamix/Patches.cpp index ecd7635..5663662 100644 --- a/src/Megamix/Patches.cpp +++ b/src/Megamix/Patches.cpp @@ -105,7 +105,7 @@ namespace Megamix::Patches { std::vector extraMuseumRowColors {}; auto PushExtraRow = [&](std::array newRowIds) { - extraMuseumRows.emplace_back(newRowIds, "", 0, 0); + extraMuseumRows.emplace_back(newRowIds, "navi_char_name_Question", 0, 0); extraMuseumRowColors.emplace_back(0x424242ff, 0x00000000); };