Bug #22 ยป 0019-Rulesave-Save-second-terrain-alt-gfx-tag.patch
tools/ruleutil/rulesave.c | ||
---|---|---|
secfile_insert_str(sfile, pterr->graphic_str, "%s.graphic", path);
|
||
secfile_insert_str(sfile, pterr->graphic_alt, "%s.graphic_alt", path);
|
||
secfile_insert_str(sfile, pterr->graphic_alt2, "%s.graphic_alt2", path);
|
||
identifier[0] = pterr->identifier;
|
||
identifier[1] = '\0';
|
||
secfile_insert_str(sfile, identifier, "%s.identifier", path);
|