mirror of https://github.com/PCSX2/pcsx2.git
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
This commit is contained in:
parent
8920c4a059
commit
0fc2e87809
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue