From 0fc2e878097b5ef190f93f8134c6d57ef77dacdd Mon Sep 17 00:00:00 2001 From: "gregory.hainaut@gmail.com" Date: Thu, 21 Oct 2010 07:19:08 +0000 Subject: [PATCH] GregMiscellaneous:zzogl-pg: * Forgot one line in previous commit git-svn-id: http://pcsx2.googlecode.com/svn/branches/GregMiscellaneous@3951 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/zzogl-pg/opengl/targets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zzogl-pg/opengl/targets.h b/plugins/zzogl-pg/opengl/targets.h index dbdb08b831..9e10132547 100644 --- a/plugins/zzogl-pg/opengl/targets.h +++ b/plugins/zzogl-pg/opengl/targets.h @@ -150,7 +150,7 @@ class CMemoryTarget int ref; }; - inline CMemoryTarget() : ptex(NULL), starty(0), height(0), realy(0), realheight(0), usedstamp(0), psm(0), cpsm(0), channels(0), clearminy(0), clearmaxy(0), validatecount(0) {} + inline CMemoryTarget() : ptex(NULL), starty(0), height(0), realy(0), realheight(0), usedstamp(0), psm(0), cpsm(0), channels(0), clearminy(0), clearmaxy(0), validatecount(0), clutsize(0), clut(NULL) {} inline CMemoryTarget(const CMemoryTarget& r) {