add comment

This commit is contained in:
c6-dev 2023-06-16 15:12:31 +04:00
parent 7fee1da7d8
commit a7097e57e0
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ namespace fallout {
// 0x4B4580
void versionGetVersion(char* dest, size_t size)
{
// SFALL: custom version string.
char* versionString = nullptr;
if (configGetString(&gSfallConfig, SFALL_CONFIG_MISC_KEY, SFALL_CONFIG_VERSION_STRING, &versionString)) {
if (*versionString == '\0') {