Merge branch 'Rainchus:main' into main
This commit is contained in:
commit
97ca2be753
18 changed files with 2914 additions and 124 deletions
|
|
@ -1982,8 +1982,6 @@ static float last5GfxPosTbl[2][3][2] = {
|
|||
|
||||
static void UpdateLast5Gfx(omObjData *object);
|
||||
|
||||
void BoardSpriteCreate(s32 file, s16 prio, AnimData **anim, s16 *sprite);
|
||||
|
||||
void BoardLast5GfxInit(void)
|
||||
{
|
||||
Last5GfxWork *work;
|
||||
|
|
@ -2011,7 +2009,7 @@ void BoardLast5GfxInit(void)
|
|||
lastF = 0;
|
||||
}
|
||||
for(i=0; i<3; i++) {
|
||||
s16 prio;
|
||||
s32 prio;
|
||||
s32 spr_file;
|
||||
|
||||
if(i == 1) {
|
||||
|
|
|
|||
|
|
@ -1030,7 +1030,7 @@ static inline GetLinkCount(s32 playerIdx, s32 boardIdx) {
|
|||
return linkCount;
|
||||
}
|
||||
|
||||
void InitJunction(s32 arg0, s32 arg1, f32 arg8) {
|
||||
static void InitJunction(s32 arg0, s32 arg1, f32 arg8) {
|
||||
Point3d sp68;
|
||||
Point3d sp5C;
|
||||
Point3d sp50;
|
||||
|
|
|
|||
1997
src/game/board/ui.c
Executable file
1997
src/game/board/ui.c
Executable file
File diff suppressed because it is too large
Load diff
|
|
@ -85,7 +85,7 @@ static void omWatchOverlayProc(void)
|
|||
omovlstat = omnextovlstat;
|
||||
omnextovl = OVL_INVALID;
|
||||
if(_CheckFlag(FLAG_ID_MAKE(1, 12))) {
|
||||
MGSeqPracticeStart();
|
||||
MGSeqPracticeInit();
|
||||
}
|
||||
omSysPauseEnable(TRUE);
|
||||
omcurdll = omDLLStart(omcurovl, 0);
|
||||
|
|
|
|||
|
|
@ -555,7 +555,7 @@ void HuSprGrpTPLvlSet(short group, float tp_lvl)
|
|||
}
|
||||
}
|
||||
|
||||
void HuSprGrpDrawNoSet(short group, int draw_no)
|
||||
s32 HuSprGrpDrawNoSet(short group, int draw_no)
|
||||
{
|
||||
SpriteGroupData *group_ptr = &HuSprGrpData[group];
|
||||
short i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue