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:
Simon Howard 2014-02-22 03:41:18 +00:00
parent 35c61c9318
commit a4a76bfbb3

View file

@ -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