mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Add list ending comment as suggested by @alexvins
This way we can add new bonuses without changing last line in list and avoid possible issues of extra concatenating.
This commit is contained in:
parent
25da9f249e
commit
46c7e8e36d
@ -218,6 +218,7 @@ public:
|
||||
BONUS_NAME(DISGUISED) /* subtype - spell level */\
|
||||
BONUS_NAME(VISIONS) /* subtype - spell level */\
|
||||
BONUS_NAME(NO_TERRAIN_PENALTY) /* subtype - terrain type */\
|
||||
/* end of list */
|
||||
|
||||
|
||||
#define BONUS_SOURCE_LIST \
|
||||
|
Loading…
Reference in New Issue
Block a user