mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +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
|
||||
${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/model.h
|
||||
${COMMON_SRC_DIR}/header/shared.h
|
||||
|
|
|
@ -89,7 +89,7 @@ typedef struct {
|
|||
} adivtab_t;
|
||||
|
||||
static adivtab_t adivtab[32*32] = {
|
||||
#include "header/adivtab.h"
|
||||
#include "../constants/adivtab.h"
|
||||
};
|
||||
|
||||
byte *skintable[MAX_LBM_HEIGHT];
|
||||
|
|
Loading…
Reference in a new issue