Files @ r8581:4c83ae6c0e3a
Branch filter:

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

smatz
(svn r12162) -Fix [FS#1757]: towns shouldn't build over houses owned by another town
1
2
3
4
5
6
7
8
		.CODE

PUBLIC	_get_save_esp
_get_save_esp:
		MOV	RAX,RSP
		RET

		END