diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-09 23:37:26 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-09 23:37:26 -0600 |
commit | cf7ffa568a2a09c761bae6aa4c70b8d8913c3e81 (patch) | |
tree | 01939942a71410760ea71e6c0294b55908c51beb /src/contest.c | |
parent | 0be27e16d2bea0fb4a9145849706779501ae3450 (diff) |
rename unknown_task to scanline_effect
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c index 8985d6490..9f8fe976a 100644 --- a/src/contest.c +++ b/src/contest.c @@ -29,7 +29,7 @@ #include "task.h" #include "text.h" #include "tv.h" -#include "unknown_task.h" +#include "scanline_effect.h" #include "util.h" extern u8 AreMovesContestCombo(u16, u16); // I don't think this is a bool |