mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Remove useless comment
Co-authored-by: Michael Steenbeek <m.o.steenbeek@gmail.com>
This commit is contained in:
@@ -473,7 +473,6 @@ std::optional<CoordsXY> Peep::UpdateAction(int16_t& xy_distance)
|
||||
|
||||
WindowInvalidateFlags |= PEEP_INVALIDATE_PEEP_2;
|
||||
|
||||
// Create sick at location
|
||||
const auto curLoc = GetLocation();
|
||||
Litter::Create({ curLoc, sprite_direction }, (sprite_index & 1) ? Litter::Type::VomitAlt : Litter::Type::Vomit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user