diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-04-12 16:35:30 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-04-12 16:35:30 +0200 |
commit | 7555c06c51090eea7a90254d35f5c376992605aa (patch) | |
tree | adb9fa15977fe9af2363cc963feef3707648ddbd /src/cgame/cg_local.h | |
parent | 0acd120b36b4eac1d55646d09745bb39c15dd0fc (diff) |
Add a delay to Rocket Launcher shots.
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index dc40f22..b3d6e85 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1351,6 +1351,8 @@ typedef struct qhandle_t lightningImpactPS; sfxHandle_t hitSounds[ 5 ]; + + sfxHandle_t rocketlPrimeSound; } cgMedia_t; typedef struct |