summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2015-11-29 19:58:18 +0100
committerPaweł Redman <pawel.redman@gmail.com>2015-11-29 19:58:18 +0100
commitb86cbd75d8ff0e1606c041b5ed77c340cb802715 (patch)
tree845932611591d0c13d76d9c0a8624b6af5547557 /src/game/bg_misc.c
parent1509124dc819fadf68ffc53e2369258bafcda5b5 (diff)
Port cgame and game to 1.1 ABI.
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r--src/game/bg_misc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index b5bd305..f6721f5 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -5238,3 +5238,10 @@ qboolean BG_ForceFieldForEntity( playerState_t *ps, entityState_t *es, forceFiel
return qfalse;
}
+
+// missing syscalls
+
+int trap_S_SoundDuration( sfxHandle_t handle )
+{
+ return 1000;
+}