FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
552 stars 107 forks source link

Fix #251: First call to FS_LoadSound always caching to entry 0 #255

Closed ma-choo closed 7 years ago

ma-choo commented 7 years ago

251

a1batross commented 7 years ago

It will not help, as sfx_t name defined as "string" type, which is typedef to char[256]. It will never be NULL.

ma-choo commented 7 years ago

Oh, I didn't know that. I thought I was really clever. :/ Oh well.