fix on command for FeatDisplays other than the first

This commit is contained in:
Chris Danford
2004-05-04 05:50:49 +00:00
parent a17cafd95e
commit 9dfaf6c129
@@ -310,6 +310,8 @@ ScreenNameEntryTraditional::ScreenNameEntryTraditional( CString sClassName ) : S
SET_XY_AND_ON_COMMAND( actor ); \
if( i != 0 ) \
{ \
COMMAND( actor, "On" ); \
actor.FinishTweening(); \
COMMAND( actor, "Hide" ); \
actor.FinishTweening(); \
}