From 1b6d0c67941b6d735f9a52a101fbc57ba1f930f0 Mon Sep 17 00:00:00 2001 From: Luchs Date: Sat, 4 Oct 2008 18:07:17 +0000 Subject: [PATCH] ! RemoveObject() in Destruction() aufzurufen ist sooo sinnvoll git-svn-id: http://opensvn.csie.org/Luftherrschaft@284 417ea86b-d6b9-46eb-afa4-e379d024af20 --- Luftherrschaft.c4d/Helpers.c4d/Rope2.c4d/Script.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Luftherrschaft.c4d/Helpers.c4d/Rope2.c4d/Script.c b/Luftherrschaft.c4d/Helpers.c4d/Rope2.c4d/Script.c index 88b1e2e..9eeaa02 100644 --- a/Luftherrschaft.c4d/Helpers.c4d/Rope2.c4d/Script.c +++ b/Luftherrschaft.c4d/Helpers.c4d/Rope2.c4d/Script.c @@ -222,5 +222,4 @@ protected func Destruction () { // Benachrichtigungen if(GetActionTarget(0)) GetActionTarget(0)->~RopeBreak(GetID(GetActionTarget(1))); if(GetActionTarget(1)) GetActionTarget(1)->~RopeBreak(GetID(GetActionTarget(0))); - RemoveObject(); -} \ No newline at end of file +} -- 2.11.4.GIT