Update changelog re 2011-10-22T21:43:12Z!alarantalara@gmail.com

This commit is contained in:
Simon Forsyth 2011-10-23 15:13:45 +00:00
parent a651a6fa8e
commit 5cffe7db29
3 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Version 1.9.9+svn:
* Terrain:
* Tall encampment keep can now be placed next to the tent encampment keep
* Forest/hill terrain combinations no longer appear black on the minimap
* Default team color always applied last; fixes bug #18817
* Language and i18n:
* Made it so that all of the Hangul Syllables block is covered by the
font-loading code.

View File

@ -410,7 +410,7 @@ function wml_actions.store_unit(cfg)
local var = cfg.variable or "unit"
local idx = 0
if mode == "append" then
idx = wesnoth.get_variable(var .. ".length")
idx = wesnoth.get_variable(var .. ".length") or 0
elseif mode ~= "replace" then
wesnoth.set_variable(var)
end

View File

@ -21,6 +21,7 @@ Version 1.9.9+svn:
* Terrain:
* Tall encampment keep can now be placed next to the tent encampment keep.
* Forest/hill terrain combinations no longer appear black on the minimap
* Default team color always applied last; fixes bug #18817
* Language and i18n:
* Made it so that all of the Hangul Syllables block is covered by the