r300g: Fix uninitialized variable warnings in error path.

This commit is contained in:
Vinson Lee 2010-06-16 17:56:00 -07:00
parent 84178547df
commit 2412188453
1 changed files with 2 additions and 0 deletions

View File

@ -512,6 +512,8 @@ void r300_emit_rs_state(struct r300_context* r300, unsigned size, void* state)
break;
default:
debug_printf("r300: Bad number of multisamples!\n");
mspos0 = 0;
mspos1 = 0;
break;
}