Files @ r7867:0bf0e5c09438
Branch filter:

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

belugas
(svn r11417) -Fix[FS#1421]: Let the main viewport stay where the vehicle was last seen while been center-followed
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END