978 {
979 if (!super.OnStoreLoad(ctx, version))
980 {
981 return false;
982 }
983
984 if (version >= 129)
985 {
986 if (!ctx.
Read( m_ConsumeRagFlipFlop ))
987 {
988 return false;
989 }
990
991 if (!ctx.
Read( m_RagsUpgradedCount ))
992 {
993 return false;
994 }
995 }
996 UpdateCheckForReceivingUpgrade();
997 return true;
998 }
proto bool Read(void value_in)