diff --git a/quakec/fallout2/csqc/invent.qc b/quakec/fallout2/csqc/invent.qc index 7a747ea85..cd6393209 100644 --- a/quakec/fallout2/csqc/invent.qc +++ b/quakec/fallout2/csqc/invent.qc @@ -1,6 +1,6 @@ void bprint(float plev, string st, string s2){} float PRINT_MEDIUM = 1; -#include "inventory.qc" +#include "../inventory.qc" float show_inventory;