Files @ r6261:07174c97796d
Branch filter:

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

truelight
(svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, you wouldn't ever be able to do so for a given station
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END