Fix mines on top of the case issue also
authorunc0rr
Thu, 08 May 2008 14:22:19 +0000
changeset 913 a86f8af21b94
parent 912 acab672fb1aa
child 914 c2fcafbfc4aa
Fix mines on top of the case issue also
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