X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;h=2da0ec8eb61a19c265d343d36ade15105a8146d3;hp=0f2a6448705dae88cfac404d069a40d5222ef8d1;hb=61c3da024802ecc0268bab42d7499fc0346e4fd3;hpb=e9306042d9ea3bc310590fe16653538905a9b99d diff --git a/src/game_em/global.h b/src/game_em/global.h index 0f2a6448..2da0ec8e 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -59,7 +59,7 @@ void convert_em_level(unsigned char *, int); void prepare_em_level(void); int sound_thread(void); -int read_sample(char *, short **, long *); +int read_sample(char *, short **, int *); void read_cave_list(void); void free_cave_list(void);