Files @ r8540:c11aa4dc7a68
Branch filter:

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

belugas
(svn r12118) -Codechange: Put the two descriptions of bridges in an array instead of two single variables, following the transport type it represents
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END