mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 18:12:31 +00:00
LOW: Don't forget to undefine local macros
Fix preprocessor warning: warning preprocessor: Redefining macro LEAVE_BEHIND_L3 without explicit #undef at campaigns/Legend_of_Wesmere/scenarios/chapter4/13_News_from_the_Front.cfg:105 included from campaigns/Legend_of_Wesmere/_main.cfg:18 included from _main.cfg:38 previously defined at campaigns/Legend_of_Wesmere/scenarios/chapter3/09_Bounty_Hunters.cfg:240 included from campaigns/Legend_of_Wesmere/_main.cfg:17 included from _main.cfg:38
This commit is contained in:
parent
a8fa01117a
commit
f7c5b9c80e
@ -292,6 +292,7 @@ Chapter Three"
|
|||||||
#ifdef MULTIPLAYER
|
#ifdef MULTIPLAYER
|
||||||
{LEAVE_BEHIND_L3 landar 2}
|
{LEAVE_BEHIND_L3 landar 2}
|
||||||
#endif
|
#endif
|
||||||
|
#undef LEAVE_BEHIND_L3
|
||||||
{RECALL_LOYALS}
|
{RECALL_LOYALS}
|
||||||
|
|
||||||
[objectives]
|
[objectives]
|
||||||
|
@ -143,6 +143,8 @@
|
|||||||
{LEAVE_BEHIND_L3 landar 2}
|
{LEAVE_BEHIND_L3 landar 2}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#undef LEAVE_BEHIND_L3
|
||||||
|
|
||||||
#TODO recall or create if not recallable
|
#TODO recall or create if not recallable
|
||||||
|
|
||||||
{RECALL_LOYALS}
|
{RECALL_LOYALS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user