# HG changeset patch
# User unc0rr
# Date 1210256539 0
# Node ID a86f8af21b94c461a181643aa46c579d921611b5
# Parent  acab672fb1aa9dd2c0118db6c934a65526275203
Fix mines on top of the case issue also

diff -r acab672fb1aa -r a86f8af21b94 hedgewars/GSHandlers.inc
--- a/hedgewars/GSHandlers.inc	Thu May 08 14:06:44 2008 +0000
+++ b/hedgewars/GSHandlers.inc	Thu May 08 14:22:19 2008 +0000
@@ -842,7 +842,7 @@
    begin
    DeleteGear(Gear);
    FreeActionsList;
-   SetAllHHToActive; // someone could be on top of the case
+   SetAllToActive; // something (hh, mine, etc...) could be on top of the case
    with CurrentHedgehog^ do
      if Gear <> nil then Gear^.Message:= Gear^.Message and not (gm_LJump or gm_HJump);
    exit