summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-09-27 18:17:01 +0000
committerpeter1138 <peter1138@openttd.org>2006-09-27 18:17:01 +0000
commit8b2e4e970ad3379fb294934e7720128986220d0e (patch)
tree89f67db5c4825d95a0c5687363b43db1311ffae7 /Makefile
parentdef6a391a0cca03132a4cdfea2f7bd53a3a25bdf (diff)
downloadopenttd-8b2e4e970ad3379fb294934e7720128986220d0e.tar.xz
(svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c8afd3685..a7da3ac32 100644
--- a/Makefile
+++ b/Makefile
@@ -697,6 +697,7 @@ SRCS += network_udp.c
SRCS += newgrf.c
SRCS += newgrf_cargo.c
SRCS += newgrf_engine.c
+SRCS += newgrf_sound.c
SRCS += newgrf_spritegroup.c
SRCS += newgrf_station.c
SRCS += newgrf_text.c