From f01aab441d731d15c47735bdcee64254fae7a340 Mon Sep 17 00:00:00 2001 From: Daveo Date: Tue, 30 Jan 2001 22:23:27 +0000 Subject: [PATCH] --- makefile.gfx | 3 ++- tools/Data/include/dstructs.h | 9 +++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/makefile.gfx b/makefile.gfx index 0cdb115ee..84aec852a 100644 --- a/makefile.gfx +++ b/makefile.gfx @@ -126,6 +126,7 @@ cleanactors: cleanplayer PLAYER_FILE := Spongebob PLAYER_IN_DIR:= $(ACTOR_IN_DIR)/$(PLAYER_FILE) PLAYER_OUT_DIR := $(ACTOR_OUT_DIR) +PLAYER_INC_FILE := $(INC_DIR)/Actor_$(PLAYER_FILE).h PLAYER_MOD_IN := $(PLAYER_IN_DIR)/$(PLAYER_FILE).Gin PLAYER_MOD_OUT := $(PLAYER_OUT_DIR)/$(PLAYER_FILE).a3d @@ -156,7 +157,7 @@ cleanplayer: @$(ECHO) Player Cleaned $(PLAYER_DEP_OUT) : $(PLAYER_DEP_IN) - $(MKACTOR3D) $(PLAYER_MOD_IN) -o:$(PLAYER_OUT_DIR) -t:24,1,1 -s:256 $(PLAYER_EXTRA_TEX_LIST) + $(MKACTOR3D) $(PLAYER_MOD_IN) -o:$(PLAYER_OUT_DIR) -t:24,1,1 -s:256 -i:$(PLAYER_INC_FILE) $(PLAYER_EXTRA_TEX_LIST) GFX_DATA_OUT += $(PLAYER_DEP_OUT) diff --git a/tools/Data/include/dstructs.h b/tools/Data/include/dstructs.h index 745275b34..379787f9a 100644 --- a/tools/Data/include/dstructs.h +++ b/tools/Data/include/dstructs.h @@ -102,14 +102,11 @@ struct sWeight struct sBone { sVtx BoneSize; // 8 - sQuat BoneAng; // 8 s16 Parent; // 2 -// s16 Idx; // 2 + s16 TriStart; // 2 + s16 TriCount; // 2 s16 VtxCount; // 2 -// sVtx *VtxList; // 4 - s16 TriStart; - s16 TriCount; -}; // 20 +}; // 16 /* struct sBone {