Fix spelling error
This commit is contained in:
parent
bcfea42d18
commit
eec2363dc0
@ -491,7 +491,7 @@ int luacon_element_getproperty(char * key, int * format)
|
|||||||
offset = offsetof(part_type, explosive);
|
offset = offsetof(part_type, explosive);
|
||||||
*format = 0;
|
*format = 0;
|
||||||
}
|
}
|
||||||
else if (strcmp(key, "metlable")==0){
|
else if (strcmp(key, "meltable")==0){
|
||||||
offset = offsetof(part_type, meltable);
|
offset = offsetof(part_type, meltable);
|
||||||
*format = 0;
|
*format = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user