mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
dehacked: Fix wrong character for comment.
Dehacked comments start with #, not ;. This was causing some error messages on startup when running in Zandronum (thanks Protox).
This commit is contained in:
parent
35c61c9318
commit
a4a76bfbb3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[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 2 0
|
||||
par 3 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue