diff options
Diffstat (limited to 'serialize')
-rw-r--r-- | serialize/old-savegame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/old-savegame.cpp b/serialize/old-savegame.cpp index fe56be32..2e982af2 100644 --- a/serialize/old-savegame.cpp +++ b/serialize/old-savegame.cpp @@ -477,7 +477,7 @@ void reader_state::read_chunks(reader_t& s) s >> sc.offset[1]; } read_bbox(s, sc); - _world->make_scenery(oid, {ch, local}, move(sc)); + _world->make_scenery<false>(oid, {ch, local}, move(sc)); } break; } |