diff options
author | camthesaxman <cameronghall@cox.net> | 2018-02-06 21:35:53 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-02-06 21:35:53 -0600 |
commit | 4ddd59b4cae97d152b08c49516641fb176095882 (patch) | |
tree | cb7d12d0eed90c0b25d5904a8c71a43f78df838c /src/engine | |
parent | 377710a0cb9cd85f2d1d221c1de30f671b4286cd (diff) |
fix build
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/cable_club.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/cable_club.c b/src/engine/cable_club.c index 0cb148d73..0da23c5f3 100644 --- a/src/engine/cable_club.c +++ b/src/engine/cable_club.c @@ -269,7 +269,7 @@ void unref_sub_8082EEC(u8 taskId) } } -/*static*/ void sub_8082F20(u8 taskId) +static void sub_8082F20(u8 taskId) { s16 *data = gTasks[taskId].data; |