add comment
This commit is contained in:
parent
7fee1da7d8
commit
a7097e57e0
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue