Added IS_LAST_SCENARIO macro

This commit is contained in:
Elvish_Hunter 2011-11-07 10:05:01 +00:00
parent 0dd521ade0
commit 7363e6eb09
2 changed files with 7 additions and 0 deletions

View file

@ -127,6 +127,7 @@ Version 1.9.9+svn:
* Made [move_unit] respect image modifications applied by EffectWML to single units
* Introduce [unit_type]image_icon key to override image for 72x72 icons
(FR bug #15466)
* Added IS_LAST_SCENARIO macro, for use in [objectives] dialog.
* Miscellaneous and bug fixes:
* Add --language/-L commandline option to set the language for that session
* Fixed: Avoid copying of singular iterators in the whiteboard code

View file

@ -67,3 +67,9 @@ _"No gold carried over to the next scenario."#enddef
condition=win
[/objective]
#enddef
#define IS_LAST_SCENARIO
[note]
description="<span color='cyan' weight='bold'>" + _"This is the last scenario." + "</span>"
[/note]
#enddef