Skip to content

Commit

Permalink
Update src/mapbuffer.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: BevapDin <tho_ki@gmx.de>
  • Loading branch information
KorGgenT and BevapDin authored Jan 3, 2020
1 parent fa222fe commit e25f073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mapbuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ void mapbuffer::deserialize( JsonIn &jsin )
std::unique_ptr<submap> sm = std::make_unique<submap>();
tripoint submap_coordinates;
jsin.start_object();
bool rubpow_update = false;
while( !jsin.end_object() ) {
std::string submap_member_name = jsin.get_member_name();
int version;
Expand Down

0 comments on commit e25f073

Please sign in to comment.