X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;h=2da0ec8eb61a19c265d343d36ade15105a8146d3;hb=931481fe085a820997fc0184263ced9d6475aea5;hp=9590d1962133dc69c7fdfb6441e36a16e3283f77;hpb=1d3eff06cde10309320341fa92abec5b14f1c6f6;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 9590d196..2da0ec8e 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -45,7 +45,6 @@ void play_sound(int, int, int); void sound_play(void); int cave_convert(char *); -boolean LoadNativeLevel_EM(char *); void game_init_vars(void); void game_play_init(int, char *); @@ -60,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);