This commit is contained in:
parent
cfa71eca85
commit
5ce2152891
1 changed files with 2 additions and 2 deletions
|
@ -156,11 +156,11 @@ cleanplayer:
|
||||||
@$(ECHO) Player Cleaned
|
@$(ECHO) Player Cleaned
|
||||||
|
|
||||||
$(PLAYER_DEP_OUT) : $(PLAYER_DEP_IN)
|
$(PLAYER_DEP_OUT) : $(PLAYER_DEP_IN)
|
||||||
$(MKACTOR3D) $(PLAYER_MOD_IN) -o:$(PLAYER_OUT_DIR) -t:24,1,1 -s:128
|
$(MKACTOR3D) $(PLAYER_MOD_IN) -o:$(PLAYER_OUT_DIR) -t:24,1,1 -s:256 $(PLAYER_EXTRA_TEX_LIST)
|
||||||
|
|
||||||
GFX_DATA_OUT += $(PLAYER_DEP_OUT)
|
GFX_DATA_OUT += $(PLAYER_DEP_OUT)
|
||||||
|
|
||||||
# $(MKACTOR3D) $(PLAYER_MOD_IN) -o:$(PLAYER_OUT_DIR) -t:24,1,1 -s:256 $(PLAYER_EXTRA_TEX_LIST)
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Animations
|
# Animations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue