Merge pull request #15 from ScatterBox/main

Fix precaching certain sounds on devices other than PC
This commit is contained in:
Ian 2023-01-02 11:17:14 -05:00 committed by GitHub
commit 7609e40e42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");