diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-12 23:20:17 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-12 23:20:17 +0200 |
commit | 0d68af7f061ec0826e7f38751b91bae0fd296d55 (patch) | |
tree | 97f5abff9ae0d762c14250d501a5fad2693f7554 /include/contest_effect.h | |
parent | 335f4c1e81453218d1e319b7ee54a61fe02ff2c3 (diff) |
copy contest effect from ruby
Diffstat (limited to 'include/contest_effect.h')
-rw-r--r-- | include/contest_effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contest_effect.h b/include/contest_effect.h index 3484ca5df..1f147aa09 100644 --- a/include/contest_effect.h +++ b/include/contest_effect.h @@ -17,6 +17,6 @@ struct ContestEffect }; extern const struct ContestMove gContestMoves[]; -extern struct ContestEffect gContestEffects[]; +extern const struct ContestEffect gContestEffects[]; #endif //GUARD_CONTEST_EFFECT_H |