Skip to content

Commit

Permalink
fix crash on quickload
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Apr 13, 2024
1 parent 512e6a1 commit ff2a121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serialize/old-savegame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ff2a121

Please sign in to comment.