diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2008-02-04 00:13:34 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2008-02-04 00:13:34 +0000 |
| commit | d76661b3be30a78203438d53bd91657006d930a9 (patch) | |
| tree | f70fcb4dd6128c980dfd8f035d8a8073aa220bcb /src/game/g_protocol.h | |
| parent | be33e56abccb9459419ffa5376774332c06b517d (diff) | |
| download | zcatch-d76661b3be30a78203438d53bd91657006d930a9.tar.gz zcatch-d76661b3be30a78203438d53bd91657006d930a9.zip | |
console now has proper backlog and command history. kill command added. predicted hooks no longer make a sound when hitting a player.
Diffstat (limited to 'src/game/g_protocol.h')
| -rw-r--r-- | src/game/g_protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_protocol.h b/src/game/g_protocol.h index f7d26900..ada685bb 100644 --- a/src/game/g_protocol.h +++ b/src/game/g_protocol.h @@ -43,6 +43,7 @@ enum MSG_WEAPON_PICKUP, MSG_SOUND_GLOBAL, MSG_TUNE_PARAMS, + MSG_KILL, }; enum |