Files @ r7940:bb8a390f6b5f
Branch filter:

Location: cpp/openttd-patchpack/source/src/win64.asm

rubidium
(svn r11493) -Fix [FS#1472]: game crashing on savegame load because it tried to render some part of the window before the savegame conversion was done.
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END