Skip to content

Commit

Permalink
Adjust swimming test to properly use fixed setpos
Browse files Browse the repository at this point in the history
  • Loading branch information
RenechCDDA committed Jun 17, 2024
1 parent 04d7352 commit 0ae7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/water_movement_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ TEST_CASE( "avatar_diving", "[diving]" )

// Put us back at 0. We shouldn't have to do this but other tests are
// making assumptions about what z-level they're on.
g->vertical_shift( 0 );
dummy.setpos( test_origin );
}

static const efftype_id effect_winded( "winded" );
Expand Down

0 comments on commit 0ae7727

Please sign in to comment.