ioan-chera / eureka-editor

Eureka is a cross-platform map editor for the DOOM engine games.
http://eureka-editor.sourceforge.net/
64 stars 12 forks source link

removes an erroneous(?) argument from map test on posix #162

Closed corvid3 closed 2 months ago

corvid3 commented 2 months ago

compiled master earlier (gentoo), noticed that map testing didn't work (dsda-doom). seems like an extra copy of the executable filename gets prepended to argv. i've nuked the offending line of code.

ioan-chera commented 2 months ago

Oh my. Thanks for finding it. I even wrote tests for it but turns out they were buggy! I've applied your change in a commit.