Lined up some code in MiscPatches.cpp.

This commit is contained in:
NovaRain
2018-02-12 21:07:02 +08:00
parent b2894268f6
commit 9e28f8bdfd
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ SaveSfallDataFail=ERROR saving extended savegame information! Check if other pro
[AppearanceMod]
RaceText=Race
StyleText=Style
MainButtonText=Appearance
MainButtonText=Appearance
+4 -4
View File
@@ -154,13 +154,13 @@ static void __declspec(naked) register_object_take_out_hack() {
push ecx
push eax
mov ecx, edx // ID1
mov edx, [eax + 0x1C] // cur_rot
mov edx, [eax + 0x1C] // cur_rot
inc edx
push edx // ID3
xor ebx, ebx // ID2
mov edx, [eax + 0x20] // fid
and edx, 0xFFF // Index
xor eax, eax
mov edx, [eax + 0x20] // fid
and edx, 0xFFF // Index
xor eax, eax
inc eax // Obj_Type
call fo::funcoffs::art_id_
xor ebx, ebx