src/win64.asm
author frosch
Sun, 23 Nov 2008 14:17:41 +0000
changeset 10360 049db04f827f
parent 10017 c0eb11a864d7
permissions -rw-r--r--
(svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map array instead of the construction year.
Note: Savegames from r13437 to now are broken and have a age of 255 years for a lot houses.
		.CODE

PUBLIC	_get_safe_esp
_get_safe_esp:
		MOV	RAX,RSP
		RET

		END