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