diff options
Diffstat (limited to 'source/snd_local.h')
-rw-r--r-- | source/snd_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/snd_local.h b/source/snd_local.h index 1204cfe..b0e72fa 100644 --- a/source/snd_local.h +++ b/source/snd_local.h @@ -44,6 +44,7 @@ typedef struct sfx_s int registration_sequence; sfxcache_t *cache; char *truename; + qerror_t error; } sfx_t; // a playsound_t will be generated by each call to S_StartSound, |