diff --git a/source/blood/src/blood.h b/source/blood/src/blood.h index c188e49b3..203742226 100644 --- a/source/blood/src/blood.h +++ b/source/blood/src/blood.h @@ -99,8 +99,8 @@ struct GameInterface : ::GameInterface void LevelCompleted(MapRecord* map, int skill) override; bool DrawAutomapPlayer(int x, int y, int z, int a) override; void SetTileProps(int til, int surf, int vox, int shade) override; - fixed_t playerHorizMin() override { return IntToFixed(-79); } - fixed_t playerHorizMax() override { return IntToFixed(219); } + fixed_t playerHorizMin() override { return IntToFixed(-80); } + fixed_t playerHorizMax() override { return IntToFixed(220); } GameStats getStats() override; };