(62261c6e6) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev

This commit is contained in:
Joonas Rikkonen
2019-04-15 12:06:03 +03:00
parent a9ad6d0504
commit 0f2e09b65e
@@ -60,8 +60,8 @@ namespace Barotrauma
else else
{ {
divingGearObjective = null; divingGearObjective = null;
// Reset the timer so that we get a safe hull target. // Reduce the timer so that we get a safe hull target faster.
searchHullTimer = 0; searchHullTimer = Math.Min(1, searchHullTimer);
} }
} }