From 97e8072f96320ff755b2a3df74ff186df4e31d93 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 18 Sep 2002 17:58:24 +0000 Subject: * 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 --- src/ui/ui_syscalls.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/ui_syscalls.asm') 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 -- cgit