From 3aa0577801f87bdf46ded4c8ed75c23e2953b2a5 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 4 Mar 2011 22:48:40 -0600 Subject: [PATCH] forgot to commit ScreenEdit, which uses SnapDisplay --- src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 8bad6e7fd9..5af72a6911 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -741,7 +741,7 @@ void ScreenEdit::Init() this->AddChild( &m_Background ); m_SnapDisplay.SetXY( EDIT_X, PLAYER_Y_STANDARD ); - m_SnapDisplay.Load( PLAYER_1 ); + m_SnapDisplay.Load(); // xxx: hardcoded command -aj m_SnapDisplay.SetZoom( 0.5f ); this->AddChild( &m_SnapDisplay );