mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-14 00:41:03 +00:00
Move the softrenderer constants into out constants/ dir.
This commit is contained in:
parent
5592da9206
commit
472f55c5bf
3 changed files with 2 additions and 2 deletions
|
@ -525,7 +525,7 @@ set(SOFT-Source
|
||||||
)
|
)
|
||||||
|
|
||||||
set(SOFT-Header
|
set(SOFT-Header
|
||||||
${REF_SRC_DIR}/soft/header/adivtab.h
|
${REF_SRC_DIR}/constants/adivtab.h
|
||||||
${REF_SRC_DIR}/soft/header/local.h
|
${REF_SRC_DIR}/soft/header/local.h
|
||||||
${REF_SRC_DIR}/soft/header/model.h
|
${REF_SRC_DIR}/soft/header/model.h
|
||||||
${COMMON_SRC_DIR}/header/shared.h
|
${COMMON_SRC_DIR}/header/shared.h
|
||||||
|
|
|
@ -89,7 +89,7 @@ typedef struct {
|
||||||
} adivtab_t;
|
} adivtab_t;
|
||||||
|
|
||||||
static adivtab_t adivtab[32*32] = {
|
static adivtab_t adivtab[32*32] = {
|
||||||
#include "header/adivtab.h"
|
#include "../constants/adivtab.h"
|
||||||
};
|
};
|
||||||
|
|
||||||
byte *skintable[MAX_LBM_HEIGHT];
|
byte *skintable[MAX_LBM_HEIGHT];
|
||||||
|
|
Loading…
Reference in a new issue