63. Ghost Globe

This commit is contained in:
2024-10-19 21:33:20 -04:00
parent 014925b5c6
commit 3a3f0c0271
9 changed files with 108 additions and 12 deletions

View File

@ -9933,8 +9933,7 @@ namespace parser
param->Name = get_cached_string( name );
param->PostNameMacro = post_name_macro;
param->ValueType = type;
param->ValueType = type;
if ( value )
param->Value = value;