DESKTOP-AB9OQPJ\RED-10 il y a 3 ans
Parent
commit
0f51eaebc1
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      jni/CMyProfile.cpp

+ 2 - 1
jni/CMyProfile.cpp

@@ -518,7 +518,8 @@ void CMyProfile::SetNationalTeam(int dr1) {
 //-------------------------------------------------------------------------------------------------
 //001CE0F8 //^_^
 uint16 CMyProfile::GetNationalTeam() {
-  return 0;
+  LOGE("CMyProfile::GetNationalTeam%p",this);
+  return rand();
 }
 //-------------------------------------------------------------------------------------------------
 //001CE108