This commit is contained in:
Enno Rehling 2018-05-01 19:39:41 +02:00
parent 962b8082b7
commit d2eccd56b9

View file

@ -305,7 +305,7 @@ static void test_btype_defaults(CuTest *tc) {
CuAssertIntEquals(tc, 0, btype->magres.sa[0]); CuAssertIntEquals(tc, 0, btype->magres.sa[0]);
CuAssertIntEquals(tc, 0, btype->magresbonus); CuAssertIntEquals(tc, 0, btype->magresbonus);
CuAssertIntEquals(tc, 0, btype->fumblebonus); CuAssertIntEquals(tc, 0, btype->fumblebonus);
CuAssertIntEquals(tc, 0, btype->flags); CuAssertIntEquals(tc, BTF_DEFAULT, btype->flags);
test_teardown(); test_teardown();
} }