971 {
972 if (!super.OnStoreLoad(ctx, version))
973 {
974 return false;
975 }
976
977 if (version >= 129)
978 {
979 if (!ctx.
Read( m_ConsumeRagFlipFlop ))
980 {
981 return false;
982 }
983
984 if (!ctx.
Read( m_RagsUpgradedCount ))
985 {
986 return false;
987 }
988 }
989 UpdateCheckForReceivingUpgrade();
990 return true;
991 }
proto bool Read(void value_in)