Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.54 KB | None | 0 0
  1. int AI_UICoreManager::Get()
  2. {
  3.   int result; // eax
  4.  
  5.   result = dword_1072C6BC;
  6.   if ( !dword_1072C6BC )
  7.   {
  8.     dword_10698E38 = rev_SendErrorMessage(
  9.                        dword_10698E38 != 1,
  10.                        "d:\\build\\gro\\live-dev\\aiclassdll\\src\\pcgui\\lobby\\AI_UICoreManager.h",
  11.                        "AI_UICoreManager::Get",
  12.                        63,
  13.                        "Try to use a null singleton.");
  14.     if ( dword_10698E38 == 3 )
  15.       __debugbreak();
  16.     result = dword_1072C6BC;
  17.   }
  18.   return result;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement