| 1152 | // =========================== |
| 1153 | |
| 1154 | static int __fastcall LoadWorld_Hook(BYTE* thisPtr, int, int a2, int a3) |
| 1155 | { |
| 1156 | g_State.isLoadingWorld = true; |
| 1157 | int result = LoadWorld(thisPtr, a2, a3); |
| 1158 | g_State.isLoadingWorld = false; |
| 1159 | return result; |
| 1160 | } |
| 1161 | |
| 1162 | static int __stdcall CreateTextureWrapper_Hook(DWORD* a1, int a2, int a3) |
| 1163 | { |
nothing calls this directly
no outgoing calls
no test coverage detected