From dd64295ba72fab92c1cbaf5826cbf202e5721ea2 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Thu, 23 Apr 2020 07:29:02 -0300 Subject: [PATCH] Rename and improve documentation on MAX_STR_COUNT (#11409) --- src/openrct2/localisation/StringIds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/localisation/StringIds.h b/src/openrct2/localisation/StringIds.h index 54fee3330b..8857da41a1 100644 --- a/src/openrct2/localisation/StringIds.h +++ b/src/openrct2/localisation/StringIds.h @@ -3919,7 +3919,7 @@ enum STR_TILE_INSPECTOR_WALL_ANIMATION_FRAME = 6367, // Have to include resource strings (from scenarios and objects) for the time being now that language is partially working - STR_COUNT = 32768 + /* MAX_STR_COUNT = 32768 */ // MAX_STR_COUNT - upper limit for number of strings, not the current count strings }; #endif