Skip to content

Commit

Permalink
forgot a static
Browse files Browse the repository at this point in the history
  • Loading branch information
red031000 committed Apr 4, 2024
1 parent 794b302 commit 3e1e669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern BOOL sub_02061248(FieldSystem *fieldSystem, VecFx32 *, BOOL);

static MapObjectManager *MapObjectManager_New(u32 objectCount);
static LocalMapObject *MapObject_CreateFromObjectEvent(MapObjectManager *manager, ObjectEvent *objectEvent, u32 mapNo);
void SavedMapObject_InitFromLocalMapObject(FieldSystem *fieldSystem, LocalMapObject *localObject, SavedMapObject *savedObject);
static void SavedMapObject_InitFromLocalMapObject(FieldSystem *fieldSystem, LocalMapObject *localObject, SavedMapObject *savedObject);

static void sub_0205E934(LocalMapObject *object);
static void sub_0205E954(LocalMapObject *object);
Expand Down

0 comments on commit 3e1e669

Please sign in to comment.