From bb0fd4d810432fde83a856f4b5119500f4c75550 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 7 Nov 2015 18:20:37 +0100 Subject: [PATCH] Fehlende Initializierung, github #375 --- src/spells/flyingship.test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spells/flyingship.test.c b/src/spells/flyingship.test.c index 00199e971..05d28ed8d 100644 --- a/src/spells/flyingship.test.c +++ b/src/spells/flyingship.test.c @@ -28,6 +28,7 @@ static void test_flyingship(CuTest * tc) par.param = &par_data_ptr; par_data.typ = SPP_SHIP; + par_data.flag = 0; test_cleanup(); test_create_world();