mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 14:01:26 +00:00
cl_parse.c: update the svc_strings[] array after recent commits.
This commit is contained in:
parent
c82ef652db
commit
bafb17495e
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue