mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 16:33:31 +00:00
Update changelog re 2011-10-22T21:43:12Z!alarantalara@gmail.com
This commit is contained in:
parent
a651a6fa8e
commit
5cffe7db29
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user