Skip to content

Commit

Permalink
Merge pull request #277 from MaddTheSane/onlyOneHog
Browse files Browse the repository at this point in the history
  • Loading branch information
JeodC authored May 4, 2024
2 parents 52e66c3 + f066060 commit 8b453fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Descent3/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1649,13 +1649,14 @@ void InitIOSystems(bool editor) {
d3_hid = cf_OpenLibrary(fullname);

#ifdef __LINUX__
#ifndef MACOSX
// DAJ sys_hid = cf_OpenLibrary("d3-linux.hog");
ddio_MakePath(fullname, LocalD3Dir, "d3-linux.hog", NULL);
sys_hid = cf_OpenLibrary(fullname);
#endif
#ifdef MACOSX
#else
ddio_MakePath(fullname, LocalD3Dir, "d3-osx.hog", NULL);
sys_hid = cf_OpenLibrary(fullname);
#endif
#endif

// JC: Steam release uses extra1.hog instead of extra.hog, so try loading it first
Expand Down

0 comments on commit 8b453fd

Please sign in to comment.