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
smatz
Tue, 24 Jun 2008 23:38:10 +0000
changeset 11069
706083d7f44b
parent 6497
b7170a1ffb33
permissions
-rw-r--r--
(svn r13626) -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track
So disallow removing signals from nonexistent track
.CODE
PUBLIC _get_save_esp
_get_save_esp:
MOV RAX,RSP
RET
END