File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,12 @@ void CS_Camera_ThTick_Boss(struct Thread *t)
9393 initData .podiumPos [0 ] = bcd -> bossPos [0 ];
9494 initData .podiumPos [1 ] = bcd -> bossPos [1 ];
9595 initData .podiumPos [2 ] = bcd -> bossPos [2 ];
96- initData .characterPos [0 ] = 0 ;
97- initData .characterPos [1 ] = 0 ;
98- initData .characterPos [2 ] = 0 ;
9996 initData .rot [0 ] = bcd -> bossRot [0 ];
10097 initData .rot [1 ] = bcd -> bossRot [1 ];
10198 initData .rot [2 ] = bcd -> bossRot [2 ];
99+ initData .characterPos [0 ] = 0 ;
100+ initData .characterPos [1 ] = 0 ;
101+ initData .characterPos [2 ] = 0 ;
102102
103103 // TODO: should be 3 (kart)
104104 for (i = 0 ; i < 2 ; i ++ )
Original file line number Diff line number Diff line change @@ -173,7 +173,10 @@ struct BossCutsceneData
173173 int vrmFile ;
174174 int headFile ;
175175 int bodyFile ;
176- int unusedThirdPart ; // KART?
176+
177+ // maybe kart was supposed to be separated?
178+ // maybe they joined models together, left it in?
179+ int kartFile_UNUSED ;
177180
178181 // 0x10
179182 int opcode ;
You can’t perform that action at this time.
0 commit comments