mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-12 23:44:34 +00:00
Fix precaching on devices other than PC
This commit is contained in:
parent
8e50bfdb0f
commit
1250040764
1 changed files with 1 additions and 1 deletions
|
@ -192,10 +192,10 @@ void() precaches =
|
|||
precache_sound("sounds/player/footstep3.wav");
|
||||
precache_sound("sounds/player/footstep4.wav");
|
||||
precache_sound("sounds/player/footstep5.wav");
|
||||
#endif // PC
|
||||
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