mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
Update main.qc
This commit is contained in:
parent
78e9e50e6e
commit
61d341d6a6
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ void() precaches =
|
|||
//
|
||||
|
||||
// player-made
|
||||
|
||||
#ifdef PC
|
||||
precache_sound("sounds/player/footstep1.wav");
|
||||
precache_sound("sounds/player/footstep2.wav");
|
||||
precache_sound("sounds/player/footstep3.wav");
|
||||
|
@ -195,7 +195,7 @@ void() precaches =
|
|||
precache_sound("sounds/player/jump.wav");
|
||||
precache_sound("sounds/player/land.wav");
|
||||
precache_sound("sounds/player/pain4.wav");
|
||||
|
||||
#endif // PC
|
||||
|
||||
// weapons
|
||||
precache_sound("sounds/weapons/colt/magin.wav");
|
||||
|
|
Loading…
Reference in a new issue