diff --git a/src/alchemy.test.c b/src/alchemy.test.c index fed4946f2..2a639243b 100644 --- a/src/alchemy.test.c +++ b/src/alchemy.test.c @@ -11,6 +11,8 @@ #include #include +#include + #include #include "tests.h" diff --git a/src/attributes/stealth.c b/src/attributes/stealth.c index e4da1ec5c..7ec85e4f6 100644 --- a/src/attributes/stealth.c +++ b/src/attributes/stealth.c @@ -5,7 +5,6 @@ #include #include -#include #include attrib_type at_stealth = { @@ -49,8 +48,6 @@ int u_geteffstealth(const unit *u) int eff_stealth(const unit * u, const region * r) { int e = 0; - - assert(u->region == r); // TODO: param r is useless /* Auf Schiffen keine Tarnung! */ if (!u->ship && skill_enabled(SK_STEALTH)) { e = effskill(u, SK_STEALTH, r);