switch source tree from k&r to c99

This commit is contained in:
nhmall
2021-01-26 21:06:16 -05:00
parent a2a9cb7b4f
commit f963c5aca7
232 changed files with 12099 additions and 17782 deletions
+1 -3
View File
@@ -17,9 +17,7 @@
#ifdef USER_SOUNDS
void
play_usersound(filename, volume)
const char *filename;
int volume;
play_usersound(const char* filename, int volume)
{
/* pline("play_usersound: %s (%d).", filename, volume); */
(void) sndPlaySound(filename, SND_ASYNC | SND_NODEFAULT);