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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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