From b40452459942ba900e34a3858d5bd33ba33b1c6c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 17 Jun 2016 12:06:46 +0200 Subject: TONY: Complete class initializations --- engines/tony/gfxcore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/tony/gfxcore.h') 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; } }; -- cgit v1.2.3