mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Minor edit to FixCharScrnBack() in HeroAppearance.cpp.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user