Skip to content

Commit

Permalink
Issue #9: Fix default zoom range
Browse files Browse the repository at this point in the history
  • Loading branch information
gitMarky committed Nov 17, 2018
1 parent 774c826 commit f985092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModernCombat.ocd/System.ocg/Script_Zoom.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global func SetPlayerZoomDefault(int player)
}
else
{
SetPlayerZoomByViewRange(player, nil, nil, PLRZOOM_Set | PLRZOOM_LimitMin | PLRZOOM_LimitMax);
SetPlayerZoomByViewRange(player, 700, nil, PLRZOOM_Set | PLRZOOM_LimitMin | PLRZOOM_LimitMax);
}
}

Expand Down

0 comments on commit f985092

Please sign in to comment.