mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
dehacked: Fix [strings].
Oops. Boom's dehacked parser requires an empty line to end the [pars] section, otherwise the entire following section is interpreted as par time instructions.
This commit is contained in:
parent
950602dc4a
commit
5e37faf12f
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ par 29 600 # 10:00 - Catoptromancy OLD run for v0.7
|
|||
par 30 510 # 08:30 - Catoptromancy for v0.8 - 2013/12
|
||||
par 31 450 # 07:30 - Catoptromancy for v0.8 - 2013/12
|
||||
par 32 0 # 00:00 - Catoptromancy OLD run for v0.7
|
||||
|
||||
[STRINGS]
|
||||
GOTARMOR = picked up a light armor vest.
|
||||
GOTMEGA = picked up a heavy armor vest.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue