This commit is contained in:
parent
de64d24846
commit
1ed1c2bdc0
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ TEMP_FILE := $(TEMP_BUILD_DIR)/build.tmp
|
|||
#----------------------------------------------------------------------------
|
||||
#--- Levels -----------------------------------------------------------------
|
||||
#----------------------------------------------------------------------------
|
||||
LEVELS_OPTS := -t:8,4,1 -s:16 -l -z:0.1
|
||||
LEVELS_OPTS := -t:8,4,1 -s:16 -l -q
|
||||
LEVELS_IN_DIR := $(GRAF_DIR)/levels
|
||||
LEVELS_OUT_DIR := $(DATA_OUT)/levels
|
||||
LEVELS_MAKEFILE_DIR := $(TEMP_BUILD_DIR)/levels
|
||||
|
|
|
@ -401,7 +401,7 @@ s16 TCount=0,QCount=0;
|
|||
|
||||
setShadeTex(ThisPrim,1);
|
||||
#if defined(_SHOW_POLYZ_)
|
||||
if (ShowPolyz) {setShadeTex(ThisPrim,0);setRGB0(ThisPrim,0,127,0);}
|
||||
if (ShowPolyz) {setShadeTex(ThisPrim,0);setRGB0(ThisPrim,127,0,0);}
|
||||
#endif
|
||||
|
||||
T0=*(u32*)&TList->uv0; // Get UV0 & TPage
|
||||
|
@ -447,7 +447,7 @@ s16 TCount=0,QCount=0;
|
|||
|
||||
setShadeTex(ThisPrim,1);
|
||||
#if defined(_SHOW_POLYZ_)
|
||||
if (ShowPolyz) {setShadeTex(ThisPrim,0);setRGB0(ThisPrim,127,0,0);}
|
||||
if (ShowPolyz) {setShadeTex(ThisPrim,0);setRGB0(ThisPrim,0,127,0);}
|
||||
#endif
|
||||
|
||||
T0=*(u32*)&QList->uv0; // Get UV0 & TPage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue