Mercurial
Mercurial
>
openttd-mini
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
src/win64.asm
author
smatz
Sat, 15 Dec 2007 13:59:38 +0000
changeset 8075
acd9b1120d9d
parent 6171
fb9997933c24
child 10017
c0eb11a864d7
permissions
-rw-r--r--
(svn r11636) -Fix: it was possible to build/remove road/tram in tunnel/bridge when there was vehicle in it
.CODE
PUBLIC _get_save_esp
_get_save_esp:
MOV RAX,RSP
RET
END