dmxgus: Add 'do not edit' message.

As the DMXGUS lump is autogenerated, add an explicit instruction not
to edit the lump, as someone might do so, naively seeking to improve
it.
This commit is contained in:
Simon Howard 2014-01-29 05:28:10 +00:00
parent 61aaeeed1d
commit c2394e86f2

View file

@ -158,7 +158,8 @@ mappings = (
with open(sys.argv[1], "w") as output:
output.write("# Freedoom GUS config.\n"
"# Autogenerated by gen-ultramid\n\n")
"# Autogenerated by the gen-ultramid script.\n"
"# Please do not manually edit this file!\n")
for instr_id, name in sorted(config.GUS_INSTR_PATCHES.items()):
line = "%i, %i, %i, %i, %i, %s" % (