cl_parse.c: update the svc_strings[] array after recent commits.

This commit is contained in:
Ozkan Sezer 2021-08-22 20:25:40 +03:00
parent c82ef652db
commit bafb17495e
1 changed files with 6 additions and 1 deletions

View File

@ -80,12 +80,17 @@ const char *svc_strings[] =
"svc_spawnbaseline2", //42 // support for large modelindex, large framenum, alpha, using flags "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_spawnstatic2", // 43 // support for large modelindex, large framenum, alpha, using flags
"svc_spawnstaticsound2", // 44 // [coord3] [short] samp [byte] vol [byte] aten "svc_spawnstaticsound2", // 44 // [coord3] [short] samp [byte] vol [byte] aten
"", // 44
"", // 45 "", // 45
"", // 46 "", // 46
"", // 47 "", // 47
"", // 48 "", // 48
"", // 49 "", // 49
"", // 50
"", // 51
"svc_achievement", // 52 -- used by the 2021 rerelease
"", // 53
"", // 54
"", // 55
//johnfitz //johnfitz
}; };