Fehlende Initializierung, github #375

This commit is contained in:
Enno Rehling 2015-11-07 18:20:37 +01:00
parent d30154f3a5
commit bb0fd4d810
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ static void test_flyingship(CuTest * tc)
par.param = &par_data_ptr; par.param = &par_data_ptr;
par_data.typ = SPP_SHIP; par_data.typ = SPP_SHIP;
par_data.flag = 0;
test_cleanup(); test_cleanup();
test_create_world(); test_create_world();