Skip to content

Commit

Permalink
disable hellfire (diasurgical#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Apr 6, 2024
1 parent c9b1023 commit 0bd2d0b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Source/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ inline bool HaveDiabdat()

inline bool HaveHellfire()
{
#ifdef UNPACKED_MPQS
return bool(hellfire_data_path);
#else
return bool(hellfire_mpq);
#endif
return false;
}

inline bool HaveExtraFonts()
Expand Down

0 comments on commit 0bd2d0b

Please sign in to comment.