mirror of https://github.com/PrimeDecomp/prime.git
Rename CPoseAsTransforms to CPoseTransformsVariableSize to match demo map
This commit is contained in:
parent
26d6394bb1
commit
7f3718337f
|
@ -694,7 +694,7 @@ LIBS = [
|
|||
"Kyoto/Particles/CSwooshDescription",
|
||||
"Kyoto/Particles/CGenDescription",
|
||||
"Kyoto/CPakFile",
|
||||
"Kyoto/Animation/CPoseAsTransforms",
|
||||
"Kyoto/Animation/CPoseAsTransformsVariableSize",
|
||||
"Kyoto/Input/CRumbleVoice",
|
||||
["Kyoto/Input/RumbleAdsr", True],
|
||||
"Kyoto/Input/CRumbleGenerator",
|
||||
|
|
|
@ -623,7 +623,7 @@ KYOTO_2 :=\
|
|||
$(BUILD_DIR)/asm/Kyoto/Particles/CSwooshDescription.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Particles/CGenDescription.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/CPakFile.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Animation/CPoseAsTransforms.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Animation/CPoseAsTransformsVariableSize.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Input/CRumbleVoice.o\
|
||||
$(BUILD_DIR)/src/Kyoto/Input/RumbleAdsr.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Input/CRumbleGenerator.o\
|
||||
|
|
Loading…
Reference in New Issue