From b9c6cd950c23b3cfc993bdfeeb83ab1866f02f7c Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 15 Aug 2007 06:51:56 +0000 Subject: [PATCH] Load the actors, untested but should fix the missing OnCommands for SNEval. --- stepmania/src/ScreenNetEvaluation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/ScreenNetEvaluation.cpp b/stepmania/src/ScreenNetEvaluation.cpp index 7750c4f4fa..c9a23e27a6 100644 --- a/stepmania/src/ScreenNetEvaluation.cpp +++ b/stepmania/src/ScreenNetEvaluation.cpp @@ -71,6 +71,7 @@ void ScreenNetEvaluation::RedoUserTexts() float cy = THEME->GetMetricF("ScreenNetEvaluation",ssprintf("User%dY",m_iShowSide)); m_iCurrentPlayer = 0; + m_textUsers.clear(); m_textUsers.resize(m_iActivePlayers); for( int i=0; iAddChild( &m_textUsers[i] ); + ActorUtil::LoadAllCommands( m_textUsers[i], m_sName ); cx+=USERDX; cy+=USERDY; }