mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-29 15:22:29 +00:00
SERVER: Fix missing ching.wav precache for doors
This commit is contained in:
parent
0d9cf45426
commit
897bf79f09
1 changed files with 1 additions and 0 deletions
|
@ -646,6 +646,7 @@ void() func_door_nzp =
|
||||||
if (self.cost)
|
if (self.cost)
|
||||||
{
|
{
|
||||||
self.classname = "door_nzp_cost";
|
self.classname = "door_nzp_cost";
|
||||||
|
precache_sound("sounds/misc/ching.wav");
|
||||||
switch(self.sounds)
|
switch(self.sounds)
|
||||||
{
|
{
|
||||||
case 1: precache_sound("sounds/misc/wood_door.wav"); break;
|
case 1: precache_sound("sounds/misc/wood_door.wav"); break;
|
||||||
|
|
Loading…
Reference in a new issue