From 5666234c4bc342c067a98aa5138475ab75e2bf06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Tue, 26 Jul 2011 16:05:09 +0300 Subject: [PATCH] Added aboutboxitem and vivtoryscreenitem to set items to NULL function --- seascene.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seascene.cpp b/seascene.cpp index a00b2c0..96215f0 100644 --- a/seascene.cpp +++ b/seascene.cpp @@ -697,4 +697,6 @@ void SeaScene::setItemPointersNull() pMinimizeItem_ = NULL; pAboutBoxItem_ = NULL; + pVictoryCongratulationsItem_ = NULL; + } -- 1.7.9.5