diff --git a/src/mongroup.h b/src/mongroup.h index 5d9c87c982da2..a19e581e79187 100644 --- a/src/mongroup.h +++ b/src/mongroup.h @@ -60,7 +60,7 @@ struct MonsterGroupResult { MonsterGroupResult() : name( mtype_id::NULL_ID() ), pack_size( 0 ) { } - MonsterGroupResult( const mtype_id &id, int new_pack_size, spawn_data new_data = spawn_data() ) + MonsterGroupResult( const mtype_id &id, int new_pack_size, spawn_data new_data ) : name( id ), pack_size( new_pack_size ), data( new_data ) { } };