From 6f20f4d629255d44fb3ab9cf3c2eb631def33b77 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 2 May 2026 10:54:38 -0700 Subject: [PATCH] compile fix --- src/dusk/ui/editor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dusk/ui/editor.cpp b/src/dusk/ui/editor.cpp index 92170cda2c..49135099db 100644 --- a/src/dusk/ui/editor.cpp +++ b/src/dusk/ui/editor.cpp @@ -972,7 +972,7 @@ void populate_select_equip_picker(Pane& pane, u8& equip, const std::array walletSizeNames = { +static const std::array walletSizeNames = { "Normal", "Big", "Giant", @@ -989,7 +989,7 @@ void populate_wallet_picker(Pane& pane) { } } -constexpr std::array formNames = { +static const std::array formNames = { "Human", "Wolf", };