summaryrefslogtreecommitdiff
path: root/dxr3spudecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3spudecoder.c')
-rw-r--r--dxr3spudecoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dxr3spudecoder.c b/dxr3spudecoder.c
index 7e56219..1336483 100644
--- a/dxr3spudecoder.c
+++ b/dxr3spudecoder.c
@@ -84,6 +84,7 @@ void cDxr3SpuPalette::setPalette(const uint32_t * pal)
#define revRect(r1, r2) { r1.x1 = r2.x2; r1.y1 = r2.y2; r1.x2 = r2.x1; r1.y2 = r2.y1; }
// ==================================
+//! constructor
cDxr3SpuBitmap::cDxr3SpuBitmap(sDxr3SpuRect size, uint8_t * fodd, uint8_t * eodd, uint8_t * feven, uint8_t * eeven)
{
if (size.x1 < 0 || size.y1 < 0 || size.x2 >= spuXres