mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-10 06:42:17 +00:00
Haptics for concussion rifle
This commit is contained in:
parent
130652ae62
commit
0698ac2d28
1 changed files with 1 additions and 0 deletions
|
@ -3555,6 +3555,7 @@ void CG_FireWeapon( centity_t *cent, qboolean alt_fire )
|
||||||
break;
|
break;
|
||||||
case WP_DEMP2:
|
case WP_DEMP2:
|
||||||
case WP_EMPLACED_GUN:
|
case WP_EMPLACED_GUN:
|
||||||
|
case WP_CONCUSSION:
|
||||||
cgi_HapticEvent("bfg_fire", position, 0, 100, 0, 0);
|
cgi_HapticEvent("bfg_fire", position, 0, 100, 0, 0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue