From 005eeb3a3f5a218ba61f669c962eb968ad024339 Mon Sep 17 00:00:00 2001 From: Matt <33199242+Matt-Swift@users.noreply.github.com> Date: Fri, 27 Oct 2023 20:34:54 +0100 Subject: [PATCH] Change HUcast and RAcast shorthand to the more commonly accepted standard --- src/StaticGameData.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/StaticGameData.cc b/src/StaticGameData.cc index c77a0d0f..81358a4d 100644 --- a/src/StaticGameData.cc +++ b/src/StaticGameData.cc @@ -332,9 +332,9 @@ const char* abbreviation_for_char_class(uint8_t cls) { static const array names = { "HUmr", "HUnl", - "HUcs", + "HUct", "RAmr", - "RAcs", + "RAct", "RAcl", "FOml", "FOnm",