JANITORIAL: Indentation fixes

This commit is contained in:
Eugene Sandulenko 2024-05-24 22:30:43 +02:00
parent 076074ec88
commit b9a7f9fa5f
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -637,6 +637,7 @@ void ScummEngine_v6::o6_eq() {
int pitchYValue = readVar(0x8000 + 12);
int strikeZoneTop = readVar(0x8000 + 29);
int strikeZoneBottom = readVar(0x8000 + 30);
// People have been complaining about strikes being visually unclear during online games. This is because the strike zone's visual is not
// equal length compared to the actual range in which a strike can be called. These changes should fix that, with some extra leniency in
// the corners in particular since they are especially difficult to see visually, due to having four large corner pieces blocking the view.