write_game lives in the eressea module now

This commit is contained in:
Enno Rehling 2013-01-28 17:52:44 -08:00
parent f19f4b3037
commit eff21f8b51
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function process(orders)
write_files(config.locales)
file = "" .. get_turn() .. ".dat"
if write_game(file, "binary")~=0 then
if eressea.write_game(file)~=0 then
print("could not write game")
return -1
end