Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # From Wesnoth 1.11.13 onwards, sides with no on-map leaders at the end of a
- # scenario are considered defeated and permanently dropped from saved games.
- # The syntax was changed between 1.11.14 and 1.11.15 without leaving a
- # compatibility path, so we need this macro to preserve compatibility.
- #
- #ifver WESNOTH_VERSION > 1.11.14
- #define DO_NOT_REMOVE_FROM_CARRYOVER_ON_DEFEAT
- remove_from_carryover_on_defeat=no
- #enddef
- #else
- #ifver WESNOTH_VERSION > 1.11.12
- #define DO_NOT_REMOVE_FROM_CARRYOVER_ON_DEFEAT
- remove_from_carryover_on_leaders_loss=no
- #enddef
- #else
- #define DO_NOT_REMOVE_FROM_CARRYOVER_ON_DEFEAT
- #endif
- #endif
Advertisement
Add Comment
Please, Sign In to add comment