Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolthulhu committed Oct 12, 2017
1 parent 23c16e3 commit 8aeb353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapgen_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const mtype_id mon_zombie( "mon_zombie" );
mapgendata::mapgendata( oter_id north, oter_id east, oter_id south, oter_id west,
oter_id northeast, oter_id southeast, oter_id southwest, oter_id northwest,
oter_id up, int z, const regional_settings &rsettings, map &mp )
: t_nesw( { north, east, south, west, northeast, southeast, southwest, northwest } )
: t_nesw{ north, east, south, west, northeast, southeast, southwest, northwest }
, t_above( up )
, zlevel( z )
, region( rsettings )
Expand Down

0 comments on commit 8aeb353

Please sign in to comment.