1# 0..8 standard (old) game sounds
2sound[0]=bus.wav
3sound[1]=truck.wav
4sound[2]=diesel.wav
5sound[3]=steam.wav
6sound[4]=boat-horn.wav
7sound[5]=comet-jet.wav
8sound[6]=planelow.wav
9
10# hardcoded game sounds
11# do not alter these numbers!
12#cash
13sound[15]=cash.wav
14# remover sound
15sound[14]=explosion.wav
16# - construction on water
17sound[13]=dock.wav
18# - metal construction gets built
19sound[12]=gavel.wav
20# - stone/concrete construction gets built
21sound[11]=jackhammer.wav
22# - tool failed
23sound[10]=boing.wav
24# - tool selection
25sound[9]=click.wav
26
27# factory sounds
28sound[16]=tree-cutting.wav
29sound[17]=seagulls.wav
30