From dc0c3136c58b5a1044d428711f7e331f4c8843e8 Mon Sep 17 00:00:00 2001 From: Tyler Young Date: Sun, 22 Jan 2023 19:51:41 -0500 Subject: [PATCH] Restored PF_GetSoundLen in QC --- source/server/defs/quakespasm.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/defs/quakespasm.qc b/source/server/defs/quakespasm.qc index 122bf4a..24e5b94 100644 --- a/source/server/defs/quakespasm.qc +++ b/source/server/defs/quakespasm.qc @@ -210,7 +210,7 @@ void (string s) entity (entity e) nextent = #47; // for looping through all ents //void (vector o, vector d, float color, float count) particle = #48; // start a particle effect void () ChangeYaw = #49; // turn towards self.ideal_yaw -//float (string name) getSoundLen = #50; +float (string name) GetSoundLen = #50; vector (vector v) vectoangles = #51; void (float to, float f) WriteByte = #52; void (float to, float f) WriteChar = #53;