X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Finit.c;h=e7a35d0940fa80e3df719a2a0eff9291637ead65;hb=76c7db086c7dd6f1b125af054de72dc702f9cbb9;hp=9549b836d48f8c62d1d06afd3cb61f3030115ab8;hpb=5563d8cacbe65dab73d0979b8cf2e7f4f16c6de6;p=rocksndiamonds.git diff --git a/src/game_em/init.c b/src/game_em/init.c index 9549b836..e7a35d09 100644 --- a/src/game_em/init.c +++ b/src/game_em/init.c @@ -36,9 +36,6 @@ void em_close_all(void) /* ---------------------------------------------------------------------- */ -extern int screen_x; -extern int screen_y; - void play_element_sound(int x, int y, int sample, int element) { PlayLevelSound_EM(x, y, element, sample);