From 997b5887d48791cb13f86d28a2b1e530ee649716 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 15 Jul 2003 20:05:00 +0000 Subject: [PATCH] zero out m_pInventory --- stepmania/src/ScreenGameplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index c04ffd0086..bcc13cc5d0 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -501,6 +501,7 @@ ScreenGameplay::ScreenGameplay( bool bDemonstration ) : Screen("ScreenGameplay") SET_XY( m_BPMDisplay ); this->AddChild( &m_BPMDisplay ); + ZERO( m_pInventory ); for( p=0; pm_PlayMode )