From c0008efb745584d2a1a0a4de0d03bcf477b2fcdd Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 12 Jun 2012 20:14:02 +0100 Subject: [PATCH] Fix SOAP.cpp from previous commit --- src/simulation/elements/SOAP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/SOAP.cpp b/src/simulation/elements/SOAP.cpp index d8edab43c..1f3b85568 100644 --- a/src/simulation/elements/SOAP.cpp +++ b/src/simulation/elements/SOAP.cpp @@ -131,7 +131,7 @@ int Element_SOAP::update(UPDATE_FUNC_ARGS) continue; if ((parts[r>>8].type == PT_SOAP) && (parts[r>>8].ctype&1) && !(parts[r>>8].ctype&4)) - attach(parts, i, r>>8); + Element_SOAP::attach(parts, i, r>>8); } } else