mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
dehacked: Add Doom version, Patch format headers.
ZDoom's dehacked parser actually is stricter than some other source ports in requiring that these headers must be present if the "Patch File for DeHackEd" header is present, and rejects files that are missing them. Add these in so that the dehacked lumps load properly.
This commit is contained in:
parent
e06b81ac9f
commit
7d24f26b01
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
Patch File for DeHackEd v3.0
|
Patch File for DeHackEd v3.0
|
||||||
|
Doom version = 19
|
||||||
|
Patch format = 6
|
||||||
|
|
||||||
# Copyright (c) Contributors to the Freedoom project. All rights reserved.
|
# Copyright (c) Contributors to the Freedoom project. All rights reserved.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
Patch File for DeHackEd v3.0
|
Patch File for DeHackEd v3.0
|
||||||
|
Doom version = 19
|
||||||
|
Patch format = 6
|
||||||
|
|
||||||
# Copyright (c) Contributors to the Freedoom project. All rights reserved.
|
# Copyright (c) Contributors to the Freedoom project. All rights reserved.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue