aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-06-17 12:06:46 +0200
committerEugene Sandulenko2016-06-17 12:10:11 +0200
commitb40452459942ba900e34a3858d5bd33ba33b1c6c (patch)
treea74d669144446e2cc02f5516c156a432766ccbd1 /engines/tony/gfxcore.h
parent4dc60b525d4d7f36ce161e705a2752cd4ac142b4 (diff)
downloadscummvm-rg350-b40452459942ba900e34a3858d5bd33ba33b1c6c.tar.gz
scummvm-rg350-b40452459942ba900e34a3858d5bd33ba33b1c6c.tar.bz2
scummvm-rg350-b40452459942ba900e34a3858d5bd33ba33b1c6c.zip
TONY: Complete class initializations
Diffstat (limited to 'engines/tony/gfxcore.h')
-rw-r--r--engines/tony/gfxcore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tony/gfxcore.h b/engines/tony/gfxcore.h
index c9081506d7..1a0738e5b7 100644
--- a/engines/tony/gfxcore.h
+++ b/engines/tony/gfxcore.h
@@ -442,6 +442,7 @@ private:
OTList();
OTList(RMGfxPrimitive *pr) {
_prim = pr;
+ _next = NULL;
}
};