From c61b284f5870502b56ae101e7a0617ebf91b46ac Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Mon, 3 Jan 2000 22:21:42 +0000 Subject: [PATCH] Missed an adivtab.h, pardon my fuckup. --- qw_client/d_polyse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw_client/d_polyse.c b/qw_client/d_polyse.c index 1923968..09ef61d 100644 --- a/qw_client/d_polyse.c +++ b/qw_client/d_polyse.c @@ -99,7 +99,7 @@ typedef struct { } adivtab_t; static adivtab_t adivtab[32*32] = { -#include "adivtab.h" +#include "adivtab.-c" }; byte *skintable[MAX_LBM_HEIGHT];