This commit is contained in:
Enno Rehling 2018-05-01 20:58:34 +02:00
commit 50839068e5
1 changed files with 1 additions and 1 deletions

View File

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