correct the last 4 edges. all existing testcases now pass.

This commit is contained in:
Bill Currie 2009-03-20 11:38:04 +00:00 committed by Jeff Teunissen
parent fea4189150
commit 384ad30df8

View file

@ -255,10 +255,10 @@ validate_solid (const vec3_t p, tp_t *wall, tp_t *split, tl_t *tl)
{{-1, -1, -1}, {-1, -1, 1}},
{{-1, 1, -1}, {-1, 1, 1}},
{{ 1, -1, -1}, { 1, 1, 1}},
{{-1, -1, -1}, { 1, -1, 1}},
{{-1, -1, -1}, {-1, 1, 1}},
{{-1, 1, -1}, { 1, 1, 1}},
{{ 1, -1, -1}, { 1, 1, -1}},
{{-1, -1, -1}, { 1, -1, -1}},
{{-1, -1, -1}, {-1, 1, -1}},
{{-1, 1, -1}, { 1, 1, -1}},
};
static const int tests[] = {
0xa0a, 0x505, 0x0f0, 0x5f5, 0xafa, 0xf0f, 0xfff,