diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-27 20:03:41 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-27 20:03:41 +0100 |
commit | 237261e193d75addf47fc0736b2d9ed10c8d3195 (patch) | |
tree | 116e6a90c275191d25b9b892fac3851e3674e580 /include/berry.h | |
parent | b0657350a43f3f91cd5e3ab8f910ab5ab78bb61c (diff) |
berry blender review changes
Diffstat (limited to 'include/berry.h')
-rw-r--r-- | include/berry.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/berry.h b/include/berry.h index f1f3a8afb..425a664c9 100644 --- a/include/berry.h +++ b/include/berry.h @@ -13,12 +13,12 @@ enum enum { - FLAVOUR_SPICY, - FLAVOUR_DRY, - FLAVOUR_SWEET, - FLAVOUR_BITTER, - FLAVOUR_SOUR, - FLAVOUR_COUNT + FLAVOR_SPICY, + FLAVOR_DRY, + FLAVOR_SWEET, + FLAVOR_BITTER, + FLAVOR_SOUR, + FLAVOR_COUNT }; #define NUM_BERRIES 44 |