From a24bfa06ffb6465055b88bd0664e36c38b83fc8e Mon Sep 17 00:00:00 2001 From: Anton Simakov <67688115+GuardianDll@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:37:18 +0200 Subject: [PATCH] fix clang test --- src/debug_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug_menu.cpp b/src/debug_menu.cpp index 60a6e45850e25..6ac7232f24c7b 100644 --- a/src/debug_menu.cpp +++ b/src/debug_menu.cpp @@ -156,8 +156,8 @@ static const trait_id trait_DEBUG_MANA( "DEBUG_MANA" ); static const trait_id trait_DEBUG_MIND_CONTROL( "DEBUG_MIND_CONTROL" ); static const trait_id trait_DEBUG_NODMG( "DEBUG_NODMG" ); static const trait_id trait_DEBUG_NOTEMP( "DEBUG_NOTEMP" ); -static const trait_id trait_DEBUG_STAMINA( "DEBUG_STAMINA" ); static const trait_id trait_DEBUG_SPEED( "DEBUG_SPEED" ); +static const trait_id trait_DEBUG_STAMINA( "DEBUG_STAMINA" ); static const trait_id trait_NONE( "NONE" ); #if defined(TILES)