mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 16:25:47 -04:00
dehacked: Add magic comment for Chocolate Doom.
Chocolate Doom now has BEX [STRINGS] section support, but it must be enabled using a magic comment inside the file. Add this comment to the Freedoom DEHACKED lumps.
This commit is contained in:
parent
152976216b
commit
88eace7c5d
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
Patch File for DeHackEd v3.0
|
||||||
|
|
||||||
|
# This is a magic comment recognized by Chocolate Doom, so that the
|
||||||
|
# BEX [STRINGS] section below will be parsed:
|
||||||
|
#
|
||||||
|
# *allow-extended-strings*
|
||||||
|
|
||||||
[PARS]
|
[PARS]
|
||||||
# Par times don't matter so much for FreeDM, just set all to zero.
|
# Par times don't matter so much for FreeDM, just set all to zero.
|
||||||
par 1 0
|
par 1 0
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
Patch File for DeHackEd v3.0
|
||||||
|
|
||||||
|
# This is a magic comment recognized by Chocolate Doom, so that the
|
||||||
|
# BEX [STRINGS] section below will be parsed:
|
||||||
|
#
|
||||||
|
# *allow-extended-strings*
|
||||||
|
|
||||||
[PARS]
|
[PARS]
|
||||||
# Par times. The BEX format requires these to be specified in number
|
# Par times. The BEX format requires these to be specified in number
|
||||||
# of seconds, but for convenience we include the min:sec value in a
|
# of seconds, but for convenience we include the min:sec value in a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue