Fixed ASM error in the previous commit

This commit is contained in:
NovaRain
2020-06-30 15:49:53 +08:00
parent c0557ddbc1
commit ae6a6e80d3
+1 -1
View File
@@ -2387,7 +2387,7 @@ fixRadius:
static void __declspec(naked) wmWorldMap_hack() {
__asm {
cmp dword ptr [ebx + 0x34], 1; // wmAreaInfoList.size
xor ebx, ebx;
mov ebx, 0;
jg largeLoc;
je mediumLoc;
//smallLoc: