Made Instant rezoom more instant

This commit is contained in:
Julian Rowe 2017-05-16 23:14:37 -05:00
parent 462767ea80
commit 0fbb28e621

View File

@ -44,7 +44,7 @@ void InstantZoom() {
//Setup
instant_rezoom_timer_active = true;
instant_rezoom_timer_step = 0;
instant_rezoom_tick = 15;
instant_rezoom_tick = 12;
} else if (instant_rezoom_tick > 0 && instant_rezoom_timer_step == 0){
instant_rezoom_tick--;
} else if (instant_rezoom_timer_step == 0) {