1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Rename and improve documentation on MAX_STR_COUNT (#11409)

This commit is contained in:
Tulio Leao
2020-04-23 07:29:02 -03:00
committed by GitHub
parent c0d0c7de16
commit dd64295ba7

View File

@@ -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