Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.95 KB | None | 0 0
  1. double __usercall sub_10155390@<st0>(_BYTE *this@<ecx>, double result@<st0>)
  2. {
  3.   // [COLLAPSED LOCAL DECLARATIONS. PRESS KEYPAD CTRL-"+" TO EXPAND]
  4.  
  5.   v2 = this;
  6.   if ( this[501] )
  7.   {
  8.     v3 = 0;
  9.     LOBYTE(v36) = 0;
  10.     while ( 1 )
  11.     {
  12.       if ( !AI_CharacterSelectionManagerInstance )
  13.       {
  14.         dword_102E7B44 = rev_SendErrorMessage(
  15.                            dword_102E7B44 != 1,
  16.                            "d:\\Build\\GRO\\live-dev\\AIClassDll\\SRC\\Tools\\Singleton.h",
  17.                            "Singleton<class AI_CharacterSelectionManager,0>::Get",
  18.                            211,
  19.                            "Singleton::Get => Getting Crap!!!");
  20.         if ( dword_102E7B44 == 3 )
  21.           __debugbreak();
  22.       }
  23.       v4 = sub_1014B280(AI_CharacterSelectionManagerInstance, 0, v36);
  24.       if ( sub_1014B9E0(v4) )                   // this check is patched
  25.         break;
  26.       LOBYTE(v36) = ++v3;
  27.       if ( v3 >= 3u )
  28.       {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement