diff options
author | Tim Angus <tim@ngus.net> | 2002-09-18 17:58:24 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-09-18 17:58:24 +0000 |
commit | 97e8072f96320ff755b2a3df74ff186df4e31d93 (patch) | |
tree | 2065903725211221913d0c73dfa9f6dd971fdaa6 /src/ui/ui_syscalls.asm | |
parent | 8ecf6d9e5d2a03e965647ac264940f8cd34eef0a (diff) |
* Added damage particle effects for the buildables
* Snarfed some info about trap_FS_Seek from TTimo and updated .asm files
* Rewrote wav writer in mp3 decoder to use file seeking - massive improvement
* Changed a few bounding box sizes
* Fiddled with tremulous.h
Diffstat (limited to 'src/ui/ui_syscalls.asm')
-rw-r--r-- | src/ui/ui_syscalls.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui_syscalls.asm b/src/ui/ui_syscalls.asm index 2fdb200e..4b00201a 100644 --- a/src/ui/ui_syscalls.asm +++ b/src/ui/ui_syscalls.asm @@ -86,6 +86,7 @@ equ trap_LAN_ServerStatus -83 equ trap_LAN_GetServerPing -84 equ trap_LAN_ServerIsVisible -85 equ trap_LAN_CompareServers -86 +equ trap_FS_Seek -87 equ memset -101 |