Differences From Artifact [f965fc3ef4]:
- File src/sound.mm — part of check-in [08c9d7b0fa] at 2025-03-20 17:12:11 on branch trunk — Remove last usage of vector (user: js, size: 4177) [annotate] [blame] [check-ins using]
To Artifact [eeaee8a784]:
- File src/sound.mm — part of check-in [ef1d7e47f7] at 2025-03-20 20:38:43 on branch trunk — Remove all default arguments from protos.h (user: js, size: 4183) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
155 156 157 158 159 160 161 | } } void playsoundc(int n) { addmsg(0, 2, SV_SOUND, n); | | | 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | } } void playsoundc(int n) { addmsg(0, 2, SV_SOUND, n); playsound(n, NULL); } int soundsatonce = 0, lastsoundmillis = 0; void playsound(int n, const OFVector3D *loc) { |
︙ | ︙ |