Skip to content

Commit

Permalink
Merge pull request #46498 from actual-nh/patch-5
Browse files Browse the repository at this point in the history
Close #46439 (segmentation error)
  • Loading branch information
ZhilkinSerg authored Jan 3, 2021
2 parents be4eb61 + 9311214 commit d2b59f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/vehicle_ramp_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ static void level_out( const vproto_id &veh_id, const bool drop_pos )
REQUIRE( z_span.size() > 1 );

monster *dmon_p = g->place_critter_at( mtype_id( "debug_mon" ), map_starting_point );
REQUIRE( dmon_p );
monster &dmon = *dmon_p;

for( int y = 0; y < SEEY * MAPSIZE; y++ ) {
Expand Down

0 comments on commit d2b59f8

Please sign in to comment.