Files @ r8183:fea1570ac2b1
Branch filter:

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

belugas
(svn r11746) -Fix(r11727): Make sure that action 0A does follow the same new ordering of shore sprites. It was not considered in the missing shore patch
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END