From bafb17495e947c9254d942f33e1825b294795b57 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 22 Aug 2021 20:25:40 +0300 Subject: [PATCH] cl_parse.c: update the svc_strings[] array after recent commits. --- Quake/cl_parse.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Quake/cl_parse.c b/Quake/cl_parse.c index 78114bb7..736ea354 100644 --- a/Quake/cl_parse.c +++ b/Quake/cl_parse.c @@ -80,12 +80,17 @@ const char *svc_strings[] = "svc_spawnbaseline2", //42 // support for large modelindex, large framenum, alpha, using flags "svc_spawnstatic2", // 43 // support for large modelindex, large framenum, alpha, using flags "svc_spawnstaticsound2", // 44 // [coord3] [short] samp [byte] vol [byte] aten - "", // 44 "", // 45 "", // 46 "", // 47 "", // 48 "", // 49 + "", // 50 + "", // 51 + "svc_achievement", // 52 -- used by the 2021 rerelease + "", // 53 + "", // 54 + "", // 55 //johnfitz };