mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-30 00:10:53 +00:00
Mehr Sounds
This commit is contained in:
parent
afc0a66495
commit
c8927b0cee
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ int paintedtime;
|
||||||
sfx_t known_sfx[MAX_SFX];
|
sfx_t known_sfx[MAX_SFX];
|
||||||
int num_sfx;
|
int num_sfx;
|
||||||
|
|
||||||
#define MAX_PLAYSOUNDS 128
|
#define MAX_PLAYSOUNDS 256
|
||||||
playsound_t s_playsounds[MAX_PLAYSOUNDS];
|
playsound_t s_playsounds[MAX_PLAYSOUNDS];
|
||||||
playsound_t s_freeplays;
|
playsound_t s_freeplays;
|
||||||
playsound_t s_pendingplays;
|
playsound_t s_pendingplays;
|
||||||
|
|
Loading…
Reference in a new issue