mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
whitespace
This commit is contained in:
parent
e5641c148b
commit
39635d52a2
1 changed files with 3 additions and 3 deletions
|
@ -81,11 +81,11 @@
|
|||
#define svc_stufftext 9 // [string] stuffed into client's console buffer
|
||||
// the string should be \n terminated
|
||||
#define svc_setangle 10 // [angle3] set the view angle to this absolute value
|
||||
#define svc_serverdata 11 // [long] protocol ...
|
||||
#define svc_serverdata 11 // [long] protocol ...
|
||||
#define svc_lightstyle 12 // [byte] [string]
|
||||
#define svc_updatefrags 14 // [byte] [short]
|
||||
#define svc_stopsound 16 // <see code>
|
||||
#define svc_damage 19
|
||||
#define svc_damage 19
|
||||
#define svc_spawnstatic 20
|
||||
#define svc_spawnbaseline 22
|
||||
#define svc_temp_entity 23 // variable
|
||||
|
@ -96,7 +96,7 @@
|
|||
#define svc_spawnstaticsound 29 // [coord3] [byte] samp [byte] vol [byte] aten
|
||||
#define svc_intermission 30 // [vec3_t] origin [vec3_t] angle
|
||||
#define svc_finale 31 // [string] text
|
||||
#define svc_cdtrack 32 // [byte] track
|
||||
#define svc_cdtrack 32 // [byte] track
|
||||
#define svc_sellscreen 33
|
||||
#define svc_smallkick 34 // set client punchangle to 2
|
||||
#define svc_bigkick 35 // set client punchangle to 4
|
||||
|
|
Loading…
Reference in a new issue