Merge branch 'master' of /home/eressea/repo/eressea

This commit is contained in:
Enno 2010-10-17 06:12:57 +02:00
commit 7765f29aa4
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ end
local function thaw(r) local function thaw(r)
r.terrain = "ocean" r.terrain = "ocean"
for s in r.ships do
s.coast = nil
end
end end
function update() function update()