From 1360a56e2543d86c915e0265efc797951712d1d8 Mon Sep 17 00:00:00 2001 From: Tyler Young Date: Sun, 22 Jan 2023 21:07:42 -0500 Subject: [PATCH] Restore PF_etos 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 ced3686..cffe9ce 100644 --- a/source/server/defs/quakespasm.qc +++ b/source/server/defs/quakespasm.qc @@ -220,7 +220,7 @@ void (float to, float f) void (float to, float f) WriteAngle = #57; void (float to, string s) WriteString = #58; void (float to, entity s) WriteEntity = #59; -//string (entity s) etos = #65; +string (entity s) etos = #65; void (float step) movetogoal = #67; string (string s) precache_file = #68; // no effect except for -copy void (entity e) makestatic = #69;