From db4e721a9ce80597c18de1c1d0b242534559767a Mon Sep 17 00:00:00 2001 From: Magnus Date: Thu, 5 Nov 2009 05:19:19 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3416 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- quakec/fallout2/csqc/invent.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;