Skip to content

Commit

Permalink
match it_80292EF8
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 23, 2024
1 parent ed4b7bd commit 24d85bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/melee/it/items/itfflower.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "it/it_266F.h"
#include "it/it_26B1.h"
#include "it/item.h"
#include "it/types.h"

#include <baselib/gobj.h>

Expand Down Expand Up @@ -96,7 +95,7 @@ void it_80292EAC(Item_GObj* gobj)
}
}

void it_80292EF8(Vec3* vec)
void it_80292EF8(Item_GObj* unused, Vec3* vec)
{
vec->x = 0.0F;
vec->y = 5.5F;
Expand Down
2 changes: 2 additions & 0 deletions src/melee/it/items/itfflower.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
#include "it/forward.h"

#include "it/items/types.h"
#include "it/types.h"

/* 292E04 */ void it_80292E04(Item_GObj*);
/* 292EF8 */ void it_80292EF8(Item_GObj*, Vec3*);
/* 293284 */ void it_80293284(Item_GObj*);
/* 2933C4 */ void it_802933C4(Item_GObj*);
/* 2933EC */ void it_802933EC(Item_GObj*);
Expand Down

0 comments on commit 24d85bc

Please sign in to comment.