3dfxdev / EDGE

EDGE Source Code
http://edge2.sf.net
74 stars 10 forks source link

fix init on BSD systems too #63

Closed ryan-sg closed 6 years ago

ryan-sg commented 6 years ago

this issue seen recently on https://github.com/3dfxdev/hyper3DGE/issues/54 affects BSD users as well. fix.

ryan-sg commented 6 years ago

to be clear, this was the issue where running the compiled binary did absolutely nothing.

I was even ktracing the 3DGE binary really scratching my head, thankfully it was recently talked about in closed issues. Big grin when i did:

$ ./3DGE -iwad doom2.wad
$ echo $?
0
$

...ohhhhhhhhhhh