Skip to content

Commit

Permalink
Merge pull request #33 from zpmorgan/wait-once
Browse files Browse the repository at this point in the history
Only wait once. Waiting seems to work in vehicles.
  • Loading branch information
TheDarklingWolf committed Feb 2, 2013
2 parents 45878a6 + 1936ff0 commit 0300831
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1434,8 +1434,7 @@ input_ret game::get_input(int timeout_ms)
veh->turret_mode++;
if (veh->turret_mode > 1)
veh->turret_mode = 0;
} else
wait();
}
break;

case ACTION_CRAFT:
Expand Down

0 comments on commit 0300831

Please sign in to comment.