forked from github/server
Fehlende Initializierung, github #375
This commit is contained in:
parent
d30154f3a5
commit
bb0fd4d810
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue