Silence some compiler warnings that have accumulated.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6211 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-09-16 04:22:27 +00:00
parent 72af7b3e5e
commit 7824855116
6 changed files with 9 additions and 9 deletions

View File

@ -88,16 +88,16 @@ struct CachedDisplayList
{
CachedDisplayList()
: uncachable(false),
pass(DLPASS_ANALYZE),
next_check(1),
num_xf_reg(0),
num_cp_reg(0),
num_bp_reg(0),
num_index_xf(0),
num_draw_call(0),
pass(DLPASS_ANALYZE),
next_check(1),
BufferCount(0),
Regions(NULL),
LastRegion(NULL),
BufferCount(0)
LastRegion(NULL)
{
frame_count = frameCount;
}