Minor edit to FixCharScrnBack() in HeroAppearance.cpp.

This commit is contained in:
NovaRain
2018-05-14 21:16:44 +08:00
parent 716bfd4156
commit e5d14ff845
+1 -1
View File
@@ -2151,8 +2151,8 @@ static void __declspec(naked) FixCharScrnBack(void) {
mov esp, ebp //epilog
pop ebp
mov eax, CharScrnBackSurface
EndFunc:
mov dword ptr ds:[_bckgnd], eax //surface ptr for char scrn back
EndFunc:
retn
}
}