Fixed ASM error in the previous commit

This commit is contained in:
NovaRain
2020-06-30 15:49:32 +08:00
parent a43a28fe8b
commit bfaed2eb68
+1 -1
View File
@@ -2408,7 +2408,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: