mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Fixed ASM error in the previous commit
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user