fix warning

This commit is contained in:
Glenn Maynard
2005-10-20 21:11:09 +00:00
parent 8b023b1d50
commit e2eba96101
+1 -1
View File
@@ -18,8 +18,8 @@ OptionsCursorPlus::OptionsCursorPlus()
OptionsCursor::OptionsCursor( const OptionsCursor &cpy ):
ActorFrame( cpy ),
m_sprLeft( cpy.m_sprLeft ),
m_sprMiddle( cpy.m_sprMiddle ),
m_sprLeft( cpy.m_sprLeft ),
m_sprRight( cpy.m_sprRight )
{
/* Re-add children, or m_SubActors will point to cpy's children and not our own. */