X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_main.h;h=c6b80c22d9c19be3d68e942bc043811d0267e03d;hp=d2e37f39051b49b14596894895870383b25953c6;hb=9176bd39d627c6c595248482662f50acee8d3942;hpb=a2445d85eccf4d0c5766f44f02cd04a600c4bad4 diff --git a/snd_main.h b/snd_main.h index d2e37f39..c6b80c22 100644 --- a/snd_main.h +++ b/snd_main.h @@ -26,8 +26,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. typedef struct { - size_t length; - size_t offset; + int length; + int offset; qbyte data[4]; // variable sized } sfxbuffer_t; @@ -59,7 +59,7 @@ struct sfx_s unsigned int flags; // cf SFXFLAG_* defines snd_format_t format; int loopstart; - size_t total_length; + int total_length; const snd_fetcher_t *fetcher; void *fetcher_data; // Per-sfx data for the sound fetching functions };