Mercurial
Mercurial
>
openttd-ottdgrfs
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
src/win64.asm
author
rubidium
Mon, 24 Sep 2007 20:56:33 +0000
changeset 8123
2f8dfb527d7c
parent 6497
b7170a1ffb33
permissions
-rw-r--r--
(svn r11158) -Codechange: reduce the amount of Random calls needed when we do not have NewGRF industries that actually need the random bits.
.CODE
PUBLIC _get_save_esp
_get_save_esp:
MOV RAX,RSP
RET
END