mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +00:00
Missed an adivtab.h, pardon my fuckup.
This commit is contained in:
parent
0b480a8691
commit
c61b284f58
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue