X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fglobal.h;h=0bad3d3da7634e4e8efe0628362a5e5663e9e754;hb=c903bd8cfb145b91de8a39204ea207ad0f5a3b49;hp=0f2a6448705dae88cfac404d069a40d5222ef8d1;hpb=8848a001bf529a3e06710b80b928094e48f25aa8;p=rocksndiamonds.git diff --git a/src/game_em/global.h b/src/game_em/global.h index 0f2a6448..0bad3d3d 100644 --- a/src/game_em/global.h +++ b/src/game_em/global.h @@ -14,10 +14,6 @@ extern int debug; extern char *progname; extern char *arg_basedir; -#if 0 -extern int TILEX, TILEY; -#endif - extern int frame; extern short ulaw_to_linear[256]; @@ -28,11 +24,7 @@ extern unsigned char linear_to_ulaw[65536]; int open_all(void); void close_all(void); -#if 1 void readjoy(byte, struct PLAYER *); -#else -void readjoy(byte); -#endif void input_eventloop(void); void blitscreen(void); @@ -59,7 +51,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);