diff options
Diffstat (limited to 'src/game/g_protocol.h')
| -rw-r--r-- | src/game/g_protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_protocol.h b/src/game/g_protocol.h index ada685bb..f4878729 100644 --- a/src/game/g_protocol.h +++ b/src/game/g_protocol.h @@ -44,6 +44,8 @@ enum MSG_SOUND_GLOBAL, MSG_TUNE_PARAMS, MSG_KILL, + MSG_EXTRA_PROJECTILE, // server -> client + }; enum |