mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
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:
parent
61aaeeed1d
commit
c2394e86f2
1 changed files with 2 additions and 1 deletions
|
@ -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" % (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue