Stop phasers getting stuck firing at end of Mission1

This commit is contained in:
stevenhowes
2021-05-18 21:22:16 +01:00
parent 64a7ce0d53
commit 82fa55157f
4 changed files with 6 additions and 14 deletions
+4
View File
@@ -1031,6 +1031,10 @@ int game1_tick()
return 2;
}else if (Player.remainingdistance <= 120000)
{
// Stop firing phasers so they dont get stuck
Player.firingleft = 0;
Player.firingright = 0;
if(Player.remainingdistance <= 80000)
{
PROFILE(game_draw_tractor());