fix flavour flavor not building, fuccing americans

This commit is contained in:
DizzyEggg
2017-11-27 21:24:34 +01:00
parent 6e317c6463
commit 7144b3b7af
2 changed files with 8 additions and 16 deletions
+2 -2
View File
@@ -74,10 +74,10 @@
#define B_BUFF_PLACEHOLDER_BEGIN 0xFD
#define B_BUFF_EOS 0xFF
#define PREPARE_FLAVOUR_BUFFER(textVar, flavourId) \
#define PREPARE_FLAVOR_BUFFER(textVar, flavourId) \
{ \
textVar[0] = B_BUFF_PLACEHOLDER_BEGIN; \
textVar[1] = B_BUFF_NEGATIVE_FLAVOUR; \
textVar[1] = B_BUFF_NEGATIVE_FLAVOR; \
textVar[2] = flavourId; \
textVar[3] = B_BUFF_EOS; \
}