projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5563d8c
)
removed unused declarations
author
Holger Schemel
<info@artsoft.org>
Tue, 4 Feb 2020 23:19:32 +0000
(
00:19
+0100)
committer
Holger Schemel
<info@artsoft.org>
Tue, 19 May 2020 16:12:59 +0000
(18:12 +0200)
src/game_em/init.c
patch
|
blob
|
history
diff --git
a/src/game_em/init.c
b/src/game_em/init.c
index 9549b836d48f8c62d1d06afd3cb61f3030115ab8..e7a35d0940fa80e3df719a2a0eff9291637ead65 100644
(file)
--- 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);